Html Css Color HEX #D41500 Free Speech Red

📋 copy color: '#D41500'

red 212 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #D41500

Tints of Free Speech Red #D41500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

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

R = 90.99%
G = 9.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D41500 (or 0xD41500) is known color: Free Speech Red. HEX triplet: D4, 15 and 00. RGB value is (212,21,0). Sum of RGB (Red+Green+Blue) = 212+21+0=233 (30% of max value = 765). Red value is 212 (83.20% from 255 or 90.99% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 212 - color contains mainly: red. Hex color #D41500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41500 is #2BEAFF. Grayscale: #4B4B4B. Windows color (decimal): -2878208 or 5588. OLE color: 5588.

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

Color convert

RGB 212 21 0 -
CMYK 0 0.90 1 0.17
HSL 5.94º 1% 0.42% -
HSV(B) 5.94º 1% 0.83% -
XYZ 27.42 14.53 1.36 -
YUV 75.72 85.28 225.21 -
System Red Green Blue C M Y K H S L
Decimal 212 21 0 0 0.90 1 0.17 5.94 1 0.42
Hex D4 15 0 0 5A 64 11 6 64 2A
Octal 324 25 0 0 132 144 21 6 144 52
Binary 11010100 10101 0 0 1011010 1100100 10001 110 1100100 101010

Color Harmonies of #D41500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41500

Black with #D41500

Text Example


Text Example

White with #D41500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41500; }

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

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

background-color css

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

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

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

border-color css

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

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

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