Html Css Color HEX #D40000 Free Speech Red

📋 copy color: '#D40000'

red 212 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #D40000

Tints of Free Speech Red #D40000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D40000 (or 0xD40000) is known color: Free Speech Red. HEX triplet: D4, 00 and 00. RGB value is (212,0,0). Sum of RGB (Red+Green+Blue) = 212+0+0=212 (28% of max value = 765). Red value is 212 (83.20% from 255 or 100% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 212 - color contains mainly: red. Hex color #D40000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40000 is #2BFFFF. Grayscale: #3F3F3F. Windows color (decimal): -2883584 or 212. OLE color: 212.

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

Color convert

RGB 212 0 0 -
CMYK 0 1 1 0.17
HSL 1% 0.42% -
HSV(B) 1% 0.83% -
XYZ 27.15 14 1.27 -
YUV 63.39 92.24 234 -
System Red Green Blue C M Y K H S L
Decimal 212 0 0 0 1 1 0.17 0 1 0.42
Hex D4 0 0 0 64 64 11 0 64 2A
Octal 324 0 0 0 144 144 21 0 144 52
Binary 11010100 0 0 0 1100100 1100100 10001 0 1100100 101010

Color Harmonies of #D40000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40000

Black with #D40000

Text Example


Text Example

White with #D40000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40000; }

 p { color: rgb(212,0,0); }

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

background-color css

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

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

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

border-color css

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

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

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