Html Css Color HEX #D60C05 Free Speech Red

📋 copy color: '#D60C05'

red 214 ◦ green 12 ◦ blue 5

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

Shades of Free Speech Red #D60C05

Tints of Free Speech Red #D60C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 92.64%
G = 5.19%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D60C05 (or 0xD60C05) is known color: Free Speech Red. HEX triplet: D6, 0C and 05. RGB value is (214,12,5). Sum of RGB (Red+Green+Blue) = 214+12+5=231 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.64% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60C05 is #29F3FA. Grayscale: #474747. Windows color (decimal): -2749435 or 330966. OLE color: 330966.

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

Color convert

RGB 214 12 5 -
CMYK 0 0.94 0.98 0.16
HSL 2.01º 0.95% 0.43% -
HSV(B) 2.01º 0.98% 0.84% -
XYZ 27.89 14.57 1.49 -
YUV 71.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 214 12 5 0 0.94 0.98 0.16 2.01 0.95 0.43
Hex D6 C 5 0 5E 62 10 2 5F 2B
Octal 326 14 5 0 136 142 20 2 137 53
Binary 11010110 1100 101 0 1011110 1100010 10000 10 1011111 101011

Color Harmonies of #D60C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C05

Black with #D60C05

Text Example


Text Example

White with #D60C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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