Html Css Color HEX #D00202 Free Speech Red

📋 copy color: '#D00202'

red 208 ◦ green 2 ◦ blue 2

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

Shades of Free Speech Red #D00202

Tints of Free Speech Red #D00202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 98.11%
G = 0.94%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D00202 (or 0xD00202) is known color: Free Speech Red. HEX triplet: D0, 02 and 02. RGB value is (208,2,2). Sum of RGB (Red+Green+Blue) = 208+2+2=212 (28% of max value = 765). Red value is 208 (81.64% from 255 or 98.11% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 208 - color contains mainly: red. Hex color #D00202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00202 is #2FFDFD. Grayscale: #3F3F3F. Windows color (decimal): -3145214 or 131792. OLE color: 131792.

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

Color convert

RGB 208 2 2 -
CMYK 0 0.99 0.99 0.18
HSL 0.98% 0.41% -
HSV(B) 0.99% 0.82% -
XYZ 26.05 13.46 1.28 -
YUV 63.59 93.25 231 -
System Red Green Blue C M Y K H S L
Decimal 208 2 2 0 0.99 0.99 0.18 0 0.98 0.41
Hex D0 2 2 0 63 63 12 0 62 29
Octal 320 2 2 0 143 143 22 0 142 51
Binary 11010000 10 10 0 1100011 1100011 10010 0 1100010 101001

Color Harmonies of #D00202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00202

Black with #D00202

Text Example


Text Example

White with #D00202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00202; }

 p { color: rgb(208,2,2); }

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

background-color css

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

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

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

border-color css

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

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

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