Html Css Color HEX #D41205 Free Speech Red

📋 copy color: '#D41205'

red 212 ◦ green 18 ◦ blue 5

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

Shades of Free Speech Red #D41205

Tints of Free Speech Red #D41205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 90.21%
G = 7.66%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D41205 (or 0xD41205) is known color: Free Speech Red. HEX triplet: D4, 12 and 05. RGB value is (212,18,5). Sum of RGB (Red+Green+Blue) = 212+18+5=235 (31% of max value = 765). Red value is 212 (83.20% from 255 or 90.21% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 212 - color contains mainly: red. Hex color #D41205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41205 is #2BEDFA. Grayscale: #4A4A4A. Windows color (decimal): -2878971 or 332500. OLE color: 332500.

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

Color convert

RGB 212 18 5 -
CMYK 0 0.92 0.98 0.17
HSL 3.77º 0.95% 0.43% -
HSV(B) 3.77º 0.98% 0.83% -
XYZ 27.4 14.44 1.49 -
YUV 74.52 88.77 226.06 -
System Red Green Blue C M Y K H S L
Decimal 212 18 5 0 0.92 0.98 0.17 3.77 0.95 0.43
Hex D4 12 5 0 5C 62 11 4 5F 2B
Octal 324 22 5 0 134 142 21 4 137 53
Binary 11010100 10010 101 0 1011100 1100010 10001 100 1011111 101011

Color Harmonies of #D41205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41205

Black with #D41205

Text Example


Text Example

White with #D41205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41205; }

 p { color: rgb(212,18,5); }

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

background-color css

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

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

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

border-color css

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

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

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