Html Css Color HEX #D00201 Free Speech Red

📋 copy color: '#D00201'

red 208 ◦ green 2 ◦ blue 1

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

Shades of Free Speech Red #D00201

Tints of Free Speech Red #D00201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 98.58%
G = 0.95%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D00201 (or 0xD00201) is known color: Free Speech Red. HEX triplet: D0, 02 and 01. RGB value is (208,2,1). Sum of RGB (Red+Green+Blue) = 208+2+1=211 (27% of max value = 765). Red value is 208 (81.64% from 255 or 98.58% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 208 - color contains mainly: red. Hex color #D00201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00201 is #2FFDFE. Grayscale: #3F3F3F. Windows color (decimal): -3145215 or 66256. OLE color: 66256.

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

Color convert

RGB 208 2 1 -
CMYK 0 0.99 1.00 0.18
HSL 0.29º 0.99% 0.41% -
HSV(B) 0.29º 1% 0.82% -
XYZ 26.04 13.46 1.25 -
YUV 63.48 92.75 231.08 -
System Red Green Blue C M Y K H S L
Decimal 208 2 1 0 0.99 1.00 0.18 0.29 0.99 0.41
Hex D0 2 1 0 63 64 12 0 63 29
Octal 320 2 1 0 143 144 22 0 143 51
Binary 11010000 10 1 0 1100011 1100100 10010 0 1100011 101001

Color Harmonies of #D00201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00201

Black with #D00201

Text Example


Text Example

White with #D00201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00201; }

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

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

background-color css

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

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

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

border-color css

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

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

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