Html Css Color HEX #D41400 Free Speech Red

📋 copy color: '#D41400'

red 212 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #D41400

Tints of Free Speech Red #D41400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

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

R = 91.38%
G = 8.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D41400 (or 0xD41400) is known color: Free Speech Red. HEX triplet: D4, 14 and 00. RGB value is (212,20,0). Sum of RGB (Red+Green+Blue) = 212+20+0=232 (30% of max value = 765). Red value is 212 (83.20% from 255 or 91.38% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 212 - color contains mainly: red. Hex color #D41400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41400 is #2BEBFF. Grayscale: #4B4B4B. Windows color (decimal): -2878464 or 5332. OLE color: 5332.

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

Color convert

RGB 212 20 0 -
CMYK 0 0.91 1 0.17
HSL 5.66º 1% 0.42% -
HSV(B) 5.66º 1% 0.83% -
XYZ 27.4 14.5 1.35 -
YUV 75.13 85.61 225.63 -
System Red Green Blue C M Y K H S L
Decimal 212 20 0 0 0.91 1 0.17 5.66 1 0.42
Hex D4 14 0 0 5B 64 11 6 64 2A
Octal 324 24 0 0 133 144 21 6 144 52
Binary 11010100 10100 0 0 1011011 1100100 10001 110 1100100 101010

Color Harmonies of #D41400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41400

Black with #D41400

Text Example


Text Example

White with #D41400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41400; }

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

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

background-color css

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

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

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

border-color css

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

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

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