Html Css Color HEX #D10201 Free Speech Red

📋 copy color: '#D10201'

red 209 ◦ green 2 ◦ blue 1

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

Shades of Free Speech Red #D10201

Tints of Free Speech Red #D10201

RGB

 RED value IS 209 (82.03% from 255) = 98.58%

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

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

R = 98.58%
G = 0.94%
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

#D10201 (or 0xD10201) is known color: Free Speech Red. HEX triplet: D1, 02 and 01. RGB value is (209,2,1). Sum of RGB (Red+Green+Blue) = 209+2+1=212 (28% of max value = 765). Red value is 209 (82.03% from 255 or 98.58% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 209 - color contains mainly: red. Hex color #D10201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10201 is #2EFDFE. Grayscale: #3F3F3F. Windows color (decimal): -3079679 or 66257. OLE color: 66257.

HSL color Cylindrical-coordinate representation of color #D10201: 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 #D10201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 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.32 13.6 1.27 -
YUV 63.78 92.58 231.58 -
System Red Green Blue C M Y K H S L
Decimal 209 2 1 0 0.99 1.00 0.18 0.29 0.99 0.41
Hex D1 2 1 0 63 64 12 0 63 29
Octal 321 2 1 0 143 144 22 0 143 51
Binary 11010001 10 1 0 1100011 1100100 10010 0 1100011 101001

Color Harmonies of #D10201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10201

Black with #D10201

Text Example


Text Example

White with #D10201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10201; }

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

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

background-color css

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

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

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

border-color css

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

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

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