Html Css Color HEX #D41005 Free Speech Red

📋 copy color: '#D41005'

red 212 ◦ green 16 ◦ blue 5

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

Shades of Free Speech Red #D41005

Tints of Free Speech Red #D41005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

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

R = 90.99%
G = 6.87%
B = 2.15%

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

#D41005 (or 0xD41005) is known color: Free Speech Red. HEX triplet: D4, 10 and 05. RGB value is (212,16,5). Sum of RGB (Red+Green+Blue) = 212+16+5=233 (30% of max value = 765). Red value is 212 (83.20% from 255 or 90.99% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 212 - color contains mainly: red. Hex color #D41005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41005 is #2BEFFA. Grayscale: #494949. Windows color (decimal): -2879483 or 331988. OLE color: 331988.

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

Color convert

RGB 212 16 5 -
CMYK 0 0.92 0.98 0.17
HSL 3.19º 0.95% 0.43% -
HSV(B) 3.19º 0.98% 0.83% -
XYZ 27.36 14.38 1.48 -
YUV 73.35 89.43 226.89 -
System Red Green Blue C M Y K H S L
Decimal 212 16 5 0 0.92 0.98 0.17 3.19 0.95 0.43
Hex D4 10 5 0 5C 62 11 3 5F 2B
Octal 324 20 5 0 134 142 21 3 137 53
Binary 11010100 10000 101 0 1011100 1100010 10001 11 1011111 101011

Color Harmonies of #D41005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41005

Black with #D41005

Text Example


Text Example

White with #D41005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41005; }

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

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

background-color css

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

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

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

border-color css

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

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

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