Html Css Color HEX #D60D04 Free Speech Red

📋 copy color: '#D60D04'

red 214 ◦ green 13 ◦ blue 4

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

Shades of Free Speech Red #D60D04

Tints of Free Speech Red #D60D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 92.64%
G = 5.63%
B = 1.73%

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

#D60D04 (or 0xD60D04) is known color: Free Speech Red. HEX triplet: D6, 0D and 04. RGB value is (214,13,4). Sum of RGB (Red+Green+Blue) = 214+13+4=231 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.64% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60D04 is #29F2FB. Grayscale: #484848. Windows color (decimal): -2749180 or 265686. OLE color: 265686.

HSL color Cylindrical-coordinate representation of color #D60D04: hue angle of 2.57º degrees, saturation: 0.96, 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 #D60D04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 13 4 -
CMYK 0 0.94 0.98 0.16
HSL 2.57º 0.96% 0.43% -
HSV(B) 2.57º 0.98% 0.84% -
XYZ 27.9 14.59 1.46 -
YUV 72.07 89.59 229.23 -
System Red Green Blue C M Y K H S L
Decimal 214 13 4 0 0.94 0.98 0.16 2.57 0.96 0.43
Hex D6 D 4 0 5E 62 10 3 60 2B
Octal 326 15 4 0 136 142 20 3 140 53
Binary 11010110 1101 100 0 1011110 1100010 10000 11 1100000 101011

Color Harmonies of #D60D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D04

Black with #D60D04

Text Example


Text Example

White with #D60D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D04; }

 p { color: rgb(214,13,4); }

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

background-color css

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

 a { background-color: rgb(214,13,4); }

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

border-color css

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

 span { border-color: rgb(214,13,4); }

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