Html Css Color HEX #D40201 Free Speech Red

📋 copy color: '#D40201'

red 212 ◦ green 2 ◦ blue 1

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

Shades of Free Speech Red #D40201

Tints of Free Speech Red #D40201

RGB

 RED value IS 212 (83.2% from 255) = 98.6%

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

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

R = 98.6%
G = 0.93%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D40201 (or 0xD40201) is known color: Free Speech Red. HEX triplet: D4, 02 and 01. RGB value is (212,2,1). Sum of RGB (Red+Green+Blue) = 212+2+1=215 (28% of max value = 765). Red value is 212 (83.20% from 255 or 98.60% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 212 - color contains mainly: red. Hex color #D40201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40201 is #2BFDFE. Grayscale: #404040. Windows color (decimal): -2883071 or 66260. OLE color: 66260.

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

Color convert

RGB 212 2 1 -
CMYK 0 0.99 1.00 0.17
HSL 0.28º 0.99% 0.42% -
HSV(B) 0.28º 1% 0.83% -
XYZ 27.18 14.04 1.31 -
YUV 64.68 92.07 233.08 -
System Red Green Blue C M Y K H S L
Decimal 212 2 1 0 0.99 1.00 0.17 0.28 0.99 0.42
Hex D4 2 1 0 63 64 11 0 63 2A
Octal 324 2 1 0 143 144 21 0 143 52
Binary 11010100 10 1 0 1100011 1100100 10001 0 1100011 101010

Color Harmonies of #D40201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40201

Black with #D40201

Text Example


Text Example

White with #D40201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40201; }

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

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

background-color css

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

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

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

border-color css

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

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

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