Html Css Color HEX #D60200 Free Speech Red

📋 copy color: '#D60200'

red 214 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #D60200

Tints of Free Speech Red #D60200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 99.07%
G = 0.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D60200 (or 0xD60200) is known color: Free Speech Red. HEX triplet: D6, 02 and 00. RGB value is (214,2,0). Sum of RGB (Red+Green+Blue) = 214+2+0=216 (28% of max value = 765). Red value is 214 (83.98% from 255 or 99.07% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 214 - color contains mainly: red. Hex color #D60200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60200 is #29FDFF. Grayscale: #414141. Windows color (decimal): -2752000 or 726. OLE color: 726.

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

Color convert

RGB 214 2 0 -
CMYK 0 0.99 1 0.16
HSL 0.56º 1% 0.42% -
HSV(B) 0.56º 1% 0.84% -
XYZ 27.75 14.34 1.31 -
YUV 65.16 91.24 234.16 -
System Red Green Blue C M Y K H S L
Decimal 214 2 0 0 0.99 1 0.16 0.56 1 0.42
Hex D6 2 0 0 63 64 10 1 64 2A
Octal 326 2 0 0 143 144 20 1 144 52
Binary 11010110 10 0 0 1100011 1100100 10000 1 1100100 101010

Color Harmonies of #D60200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60200

Black with #D60200

Text Example


Text Example

White with #D60200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60200; }

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

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

background-color css

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

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

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

border-color css

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

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

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