Html Css Color HEX #D40F03 Free Speech Red

📋 copy color: '#D40F03'

red 212 ◦ green 15 ◦ blue 3

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

Shades of Free Speech Red #D40F03

Tints of Free Speech Red #D40F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.52%

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

R = 92.17%
G = 6.52%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D40F03 (or 0xD40F03) is known color: Free Speech Red. HEX triplet: D4, 0F and 03. RGB value is (212,15,3). Sum of RGB (Red+Green+Blue) = 212+15+3=230 (30% of max value = 765). Red value is 212 (83.20% from 255 or 92.17% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40F03 is #2BF0FC. Grayscale: #484848. Windows color (decimal): -2879741 or 200660. OLE color: 200660.

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

Color convert

RGB 212 15 3 -
CMYK 0 0.93 0.99 0.17
HSL 3.44º 0.97% 0.42% -
HSV(B) 3.44º 0.99% 0.83% -
XYZ 27.34 14.35 1.41 -
YUV 72.54 88.77 227.48 -
System Red Green Blue C M Y K H S L
Decimal 212 15 3 0 0.93 0.99 0.17 3.44 0.97 0.42
Hex D4 F 3 0 5D 63 11 3 61 2A
Octal 324 17 3 0 135 143 21 3 141 52
Binary 11010100 1111 11 0 1011101 1100011 10001 11 1100001 101010

Color Harmonies of #D40F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40F03

Black with #D40F03

Text Example


Text Example

White with #D40F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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