Html Css Color HEX #D60F0C Free Speech Red

📋 copy color: '#D60F0C'

red 214 ◦ green 15 ◦ blue 12

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

Shades of Free Speech Red #D60F0C

Tints of Free Speech Red #D60F0C

RGB

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

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

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

R = 88.8%
G = 6.22%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D60F0C (or 0xD60F0C) is known color: Free Speech Red. HEX triplet: D6, 0F and 0C. RGB value is (214,15,12). Sum of RGB (Red+Green+Blue) = 214+15+12=241 (31% of max value = 765). Red value is 214 (83.98% from 255 or 88.80% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60F0C is #29F0F3. Grayscale: #4A4A4A. Windows color (decimal): -2748660 or 790486. OLE color: 790486.

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

Color convert

RGB 214 15 12 -
CMYK 0 0.93 0.94 0.16
HSL 0.89º 0.89% 0.44% -
HSV(B) 0.89º 0.94% 0.84% -
XYZ 27.97 14.66 1.7 -
YUV 74.16 92.93 227.74 -
System Red Green Blue C M Y K H S L
Decimal 214 15 12 0 0.93 0.94 0.16 0.89 0.89 0.44
Hex D6 F C 0 5D 5E 10 1 59 2C
Octal 326 17 14 0 135 136 20 1 131 54
Binary 11010110 1111 1100 0 1011101 1011110 10000 1 1011001 101100

Color Harmonies of #D60F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60F0C

Black with #D60F0C

Text Example


Text Example

White with #D60F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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