Html Css Color HEX #D40B03 Free Speech Red

📋 copy color: '#D40B03'

red 212 ◦ green 11 ◦ blue 3

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

Shades of Free Speech Red #D40B03

Tints of Free Speech Red #D40B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.87%

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

R = 93.81%
G = 4.87%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D40B03 (or 0xD40B03) is known color: Free Speech Red. HEX triplet: D4, 0B and 03. RGB value is (212,11,3). Sum of RGB (Red+Green+Blue) = 212+11+3=226 (29% of max value = 765). Red value is 212 (83.20% from 255 or 93.81% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40B03 is #2BF4FC. Grayscale: #464646. Windows color (decimal): -2880765 or 199636. OLE color: 199636.

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

Color convert

RGB 212 11 3 -
CMYK 0 0.95 0.99 0.17
HSL 2.3º 0.97% 0.42% -
HSV(B) 2.3º 0.99% 0.83% -
XYZ 27.29 14.24 1.4 -
YUV 70.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 212 11 3 0 0.95 0.99 0.17 2.3 0.97 0.42
Hex D4 B 3 0 5F 63 11 2 61 2A
Octal 324 13 3 0 137 143 21 2 141 52
Binary 11010100 1011 11 0 1011111 1100011 10001 10 1100001 101010

Color Harmonies of #D40B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B03

Black with #D40B03

Text Example


Text Example

White with #D40B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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