Html Css Color HEX #D60C06 Free Speech Red

📋 copy color: '#D60C06'

red 214 ◦ green 12 ◦ blue 6

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

Shades of Free Speech Red #D60C06

Tints of Free Speech Red #D60C06

RGB

 RED value IS 214 (83.98% from 255) = 92.24%

 GREEN value IS 12 (5.08% from 255) = 5.17%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 92.24%
G = 5.17%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D60C06 (or 0xD60C06) is known color: Free Speech Red. HEX triplet: D6, 0C and 06. RGB value is (214,12,6). Sum of RGB (Red+Green+Blue) = 214+12+6=232 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.24% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60C06 is #29F3F9. Grayscale: #474747. Windows color (decimal): -2749434 or 396502. OLE color: 396502.

HSL color Cylindrical-coordinate representation of color #D60C06: hue angle of 1.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60C06 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 6 -
CMYK 0 0.94 0.97 0.16
HSL 1.73º 0.95% 0.43% -
HSV(B) 1.73º 0.97% 0.84% -
XYZ 27.9 14.57 1.51 -
YUV 71.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 214 12 6 0 0.94 0.97 0.16 1.73 0.95 0.43
Hex D6 C 6 0 5E 61 10 2 5F 2B
Octal 326 14 6 0 136 141 20 2 137 53
Binary 11010110 1100 110 0 1011110 1100001 10000 10 1011111 101011

Color Harmonies of #D60C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C06

Black with #D60C06

Text Example


Text Example

White with #D60C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C06; }

 p { color: rgb(214,12,6); }

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

background-color css

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

 a { background-color: rgb(214,12,6); }

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

border-color css

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

 span { border-color: rgb(214,12,6); }

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