Html Css Color HEX #D00600 Free Speech Red

📋 copy color: '#D00600'

red 208 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #D00600

Tints of Free Speech Red #D00600

RGB

 RED value IS 208 (81.64% from 255) = 97.2%

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

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

R = 97.2%
G = 2.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D00600 (or 0xD00600) is known color: Free Speech Red. HEX triplet: D0, 06 and 00. RGB value is (208,6,0). Sum of RGB (Red+Green+Blue) = 208+6+0=214 (28% of max value = 765). Red value is 208 (81.64% from 255 or 97.20% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 208 - color contains mainly: red. Hex color #D00600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00600 is #2FF9FF. Grayscale: #414141. Windows color (decimal): -3144192 or 1744. OLE color: 1744.

HSL color Cylindrical-coordinate representation of color #D00600: hue angle of 1.73º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 6 0 -
CMYK 0 0.97 1 0.18
HSL 1.73º 1% 0.41% -
HSV(B) 1.73º 1% 0.82% -
XYZ 26.08 13.54 1.24 -
YUV 65.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 208 6 0 0 0.97 1 0.18 1.73 1 0.41
Hex D0 6 0 0 61 64 12 2 64 29
Octal 320 6 0 0 141 144 22 2 144 51
Binary 11010000 110 0 0 1100001 1100100 10010 10 1100100 101001

Color Harmonies of #D00600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00600

Black with #D00600

Text Example


Text Example

White with #D00600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00600; }

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

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

background-color css

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

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

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

border-color css

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

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

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