Html Css Color HEX #D40400 Free Speech Red

📋 copy color: '#D40400'

red 212 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #D40400

Tints of Free Speech Red #D40400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

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

R = 98.15%
G = 1.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D40400 (or 0xD40400) is known color: Free Speech Red. HEX triplet: D4, 04 and 00. RGB value is (212,4,0). Sum of RGB (Red+Green+Blue) = 212+4+0=216 (28% of max value = 765). Red value is 212 (83.20% from 255 or 98.15% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 212 - color contains mainly: red. Hex color #D40400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40400 is #2BFBFF. Grayscale: #414141. Windows color (decimal): -2882560 or 1236. OLE color: 1236.

HSL color Cylindrical-coordinate representation of color #D40400: hue angle of 1.13º 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 #D40400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 4 0 -
CMYK 0 0.98 1 0.17
HSL 1.13º 1% 0.42% -
HSV(B) 1.13º 1% 0.83% -
XYZ 27.19 14.08 1.29 -
YUV 65.74 90.91 232.33 -
System Red Green Blue C M Y K H S L
Decimal 212 4 0 0 0.98 1 0.17 1.13 1 0.42
Hex D4 4 0 0 62 64 11 1 64 2A
Octal 324 4 0 0 142 144 21 1 144 52
Binary 11010100 100 0 0 1100010 1100100 10001 1 1100100 101010

Color Harmonies of #D40400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40400

Black with #D40400

Text Example


Text Example

White with #D40400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40400; }

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

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

background-color css

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

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

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

border-color css

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

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

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