Html Css Color HEX #D40502 Free Speech Red

📋 copy color: '#D40502'

red 212 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #D40502

Tints of Free Speech Red #D40502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 96.8%
G = 2.28%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D40502 (or 0xD40502) is known color: Free Speech Red. HEX triplet: D4, 05 and 02. RGB value is (212,5,2). Sum of RGB (Red+Green+Blue) = 212+5+2=219 (29% of max value = 765). Red value is 212 (83.20% from 255 or 96.80% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 212 - color contains mainly: red. Hex color #D40502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40502 is #2BFAFD. Grayscale: #424242. Windows color (decimal): -2882302 or 132564. OLE color: 132564.

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

Color convert

RGB 212 5 2 -
CMYK 0 0.98 0.99 0.17
HSL 0.86º 0.98% 0.42% -
HSV(B) 0.86º 0.99% 0.83% -
XYZ 27.22 14.11 1.35 -
YUV 66.55 91.58 231.74 -
System Red Green Blue C M Y K H S L
Decimal 212 5 2 0 0.98 0.99 0.17 0.86 0.98 0.42
Hex D4 5 2 0 62 63 11 1 62 2A
Octal 324 5 2 0 142 143 21 1 142 52
Binary 11010100 101 10 0 1100010 1100011 10001 1 1100010 101010

Color Harmonies of #D40502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40502

Black with #D40502

Text Example


Text Example

White with #D40502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40502; }

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

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

background-color css

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

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

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

border-color css

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

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

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