Html Css Color HEX #D00E01 Free Speech Red

📋 copy color: '#D00E01'

red 208 ◦ green 14 ◦ blue 1

#D00E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #D00E01

Tints of Free Speech Red #D00E01

RGB

 RED value IS 208 (81.64% from 255) = 93.27%

 GREEN value IS 14 (5.86% from 255) = 6.28%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 93.27%
G = 6.28%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D00E01 (or 0xD00E01) is known color: Free Speech Red. HEX triplet: D0, 0E and 01. RGB value is (208,14,1). Sum of RGB (Red+Green+Blue) = 208+14+1=223 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.27% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00E01 is #2FF1FE. Grayscale: #464646. Windows color (decimal): -3142143 or 69328. OLE color: 69328.

HSL color Cylindrical-coordinate representation of color #D00E01: hue angle of 3.77º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00E01 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 14 1 -
CMYK 0 0.93 1.00 0.18
HSL 3.77º 0.99% 0.41% -
HSV(B) 3.77º 1% 0.82% -
XYZ 26.17 13.73 1.3 -
YUV 70.52 88.77 226.06 -
System Red Green Blue C M Y K H S L
Decimal 208 14 1 0 0.93 1.00 0.18 3.77 0.99 0.41
Hex D0 E 1 0 5D 64 12 4 63 29
Octal 320 16 1 0 135 144 22 4 143 51
Binary 11010000 1110 1 0 1011101 1100100 10010 100 1100011 101001

Color Harmonies of #D00E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E01

Black with #D00E01

Text Example


Text Example

White with #D00E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E01; }

 p { color: rgb(208,14,1); }

 H1.HeaderClassName
 {
   color: #D00E01;
 }
 .AnyTagClassName
 {
   color: #D00E01;
 }
</style>

background-color css

<style>
 a { background-color: #D00E01; }

 a { background-color: rgb(208,14,1); }

 div.DivClassName
 {
   background-color: #D00E01;
 }
 .BgClassName
 {
   background-color: #D00E01;
 }
</style>

border-color css

<style>
 span { border-color: #D00E01; }

 span { border-color: rgb(208,14,1); }

 td.TdClassName
 {
   border-color: #D00E01;
 }
 .TagClassName
 {
   border-color: #D00E01;
 }
</style>