Html Css Color HEX #D00F0C Free Speech Red

📋 copy color: '#D00F0C'

red 208 ◦ green 15 ◦ blue 12

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

Shades of Free Speech Red #D00F0C

Tints of Free Speech Red #D00F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 88.51%
G = 6.38%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D00F0C (or 0xD00F0C) is known color: Free Speech Red. HEX triplet: D0, 0F and 0C. RGB value is (208,15,12). Sum of RGB (Red+Green+Blue) = 208+15+12=235 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.51% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00F0C is #2FF0F3. Grayscale: #484848. Windows color (decimal): -3141876 or 790480. OLE color: 790480.

HSL color Cylindrical-coordinate representation of color #D00F0C: hue angle of 0.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00F0C is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 12 -
CMYK 0 0.93 0.94 0.18
HSL 0.92º 0.89% 0.43% -
HSV(B) 0.92º 0.94% 0.82% -
XYZ 26.25 13.78 1.62 -
YUV 72.37 93.94 224.74 -
System Red Green Blue C M Y K H S L
Decimal 208 15 12 0 0.93 0.94 0.18 0.92 0.89 0.43
Hex D0 F C 0 5D 5E 12 1 59 2B
Octal 320 17 14 0 135 136 22 1 131 53
Binary 11010000 1111 1100 0 1011101 1011110 10010 1 1011001 101011

Color Harmonies of #D00F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F0C

Black with #D00F0C

Text Example


Text Example

White with #D00F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F0C; }

 p { color: rgb(208,15,12); }

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

background-color css

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

 a { background-color: rgb(208,15,12); }

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

border-color css

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

 span { border-color: rgb(208,15,12); }

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