Html Css Color HEX #D60900 Free Speech Red

📋 copy color: '#D60900'

red 214 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #D60900

Tints of Free Speech Red #D60900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.96%
G = 4.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D60900 (or 0xD60900) is known color: Free Speech Red. HEX triplet: D6, 09 and 00. RGB value is (214,9,0). Sum of RGB (Red+Green+Blue) = 214+9+0=223 (29% of max value = 765). Red value is 214 (83.98% from 255 or 95.96% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 214 - color contains mainly: red. Hex color #D60900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60900 is #29F6FF. Grayscale: #454545. Windows color (decimal): -2750208 or 2518. OLE color: 2518.

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

Color convert

RGB 214 9 0 -
CMYK 0 0.96 1 0.16
HSL 2.52º 1% 0.42% -
HSV(B) 2.52º 1% 0.84% -
XYZ 27.83 14.49 1.33 -
YUV 69.27 88.92 231.23 -
System Red Green Blue C M Y K H S L
Decimal 214 9 0 0 0.96 1 0.16 2.52 1 0.42
Hex D6 9 0 0 60 64 10 3 64 2A
Octal 326 11 0 0 140 144 20 3 144 52
Binary 11010110 1001 0 0 1100000 1100100 10000 11 1100100 101010

Color Harmonies of #D60900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60900

Black with #D60900

Text Example


Text Example

White with #D60900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60900; }

 p { color: rgb(214,9,0); }

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

background-color css

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

 a { background-color: rgb(214,9,0); }

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

border-color css

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

 span { border-color: rgb(214,9,0); }

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