Html Css Color HEX #D60600 Free Speech Red

📋 copy color: '#D60600'

red 214 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #D60600

Tints of Free Speech Red #D60600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

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

R = 97.27%
G = 2.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D60600 (or 0xD60600) is known color: Free Speech Red. HEX triplet: D6, 06 and 00. RGB value is (214,6,0). Sum of RGB (Red+Green+Blue) = 214+6+0=220 (29% of max value = 765). Red value is 214 (83.98% from 255 or 97.27% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 214 - color contains mainly: red. Hex color #D60600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60600 is #29F9FF. Grayscale: #434343. Windows color (decimal): -2750976 or 1750. OLE color: 1750.

HSL color Cylindrical-coordinate representation of color #D60600: hue angle of 1.68º 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 #D60600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 6 0 -
CMYK 0 0.97 1 0.16
HSL 1.68º 1% 0.42% -
HSV(B) 1.68º 1% 0.84% -
XYZ 27.8 14.43 1.32 -
YUV 67.51 89.91 232.49 -
System Red Green Blue C M Y K H S L
Decimal 214 6 0 0 0.97 1 0.16 1.68 1 0.42
Hex D6 6 0 0 61 64 10 2 64 2A
Octal 326 6 0 0 141 144 20 2 144 52
Binary 11010110 110 0 0 1100001 1100100 10000 10 1100100 101010

Color Harmonies of #D60600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60600

Black with #D60600

Text Example


Text Example

White with #D60600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60600; }

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

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

background-color css

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

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

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

border-color css

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

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

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