Html Css Color HEX #D41100 Free Speech Red

📋 copy color: '#D41100'

red 212 ◦ green 17 ◦ blue 0

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

Shades of Free Speech Red #D41100

Tints of Free Speech Red #D41100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

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

R = 92.58%
G = 7.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D41100 (or 0xD41100) is known color: Free Speech Red. HEX triplet: D4, 11 and 00. RGB value is (212,17,0). Sum of RGB (Red+Green+Blue) = 212+17+0=229 (30% of max value = 765). Red value is 212 (83.20% from 255 or 92.58% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 212 - color contains mainly: red. Hex color #D41100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41100 is #2BEEFF. Grayscale: #494949. Windows color (decimal): -2879232 or 4564. OLE color: 4564.

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

Color convert

RGB 212 17 0 -
CMYK 0 0.92 1 0.17
HSL 4.81º 1% 0.42% -
HSV(B) 4.81º 1% 0.83% -
XYZ 27.35 14.4 1.34 -
YUV 73.37 86.6 226.88 -
System Red Green Blue C M Y K H S L
Decimal 212 17 0 0 0.92 1 0.17 4.81 1 0.42
Hex D4 11 0 0 5C 64 11 5 64 2A
Octal 324 21 0 0 134 144 21 5 144 52
Binary 11010100 10001 0 0 1011100 1100100 10001 101 1100100 101010

Color Harmonies of #D41100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41100

Black with #D41100

Text Example


Text Example

White with #D41100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41100; }

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

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

background-color css

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

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

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

border-color css

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

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

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