Html Css Color HEX #D40503 Free Speech Red

📋 copy color: '#D40503'

red 212 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #D40503

Tints of Free Speech Red #D40503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 96.36%
G = 2.27%
B = 1.36%

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

#D40503 (or 0xD40503) is known color: Free Speech Red. HEX triplet: D4, 05 and 03. RGB value is (212,5,3). Sum of RGB (Red+Green+Blue) = 212+5+3=220 (29% of max value = 765). Red value is 212 (83.20% from 255 or 96.36% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 212 - color contains mainly: red. Hex color #D40503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40503 is #2BFAFC. Grayscale: #424242. Windows color (decimal): -2882301 or 198100. OLE color: 198100.

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

Color convert

RGB 212 5 3 -
CMYK 0 0.98 0.99 0.17
HSL 0.57º 0.97% 0.42% -
HSV(B) 0.57º 0.99% 0.83% -
XYZ 27.22 14.11 1.38 -
YUV 66.67 92.08 231.66 -
System Red Green Blue C M Y K H S L
Decimal 212 5 3 0 0.98 0.99 0.17 0.57 0.97 0.42
Hex D4 5 3 0 62 63 11 1 61 2A
Octal 324 5 3 0 142 143 21 1 141 52
Binary 11010100 101 11 0 1100010 1100011 10001 1 1100001 101010

Color Harmonies of #D40503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40503

Black with #D40503

Text Example


Text Example

White with #D40503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40503; }

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

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

background-color css

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

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

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

border-color css

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

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

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