Html Css Color HEX #D40B00 Free Speech Red

📋 copy color: '#D40B00'

red 212 ◦ green 11 ◦ blue 0

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

Shades of Free Speech Red #D40B00

Tints of Free Speech Red #D40B00

RGB

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

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

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

R = 95.07%
G = 4.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D40B00 (or 0xD40B00) is known color: Free Speech Red. HEX triplet: D4, 0B and 00. RGB value is (212,11,0). Sum of RGB (Red+Green+Blue) = 212+11+0=223 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.07% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40B00 is #2BF4FF. Grayscale: #464646. Windows color (decimal): -2880768 or 3028. OLE color: 3028.

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

Color convert

RGB 212 11 0 -
CMYK 0 0.95 1 0.17
HSL 3.11º 1% 0.42% -
HSV(B) 3.11º 1% 0.83% -
XYZ 27.27 14.24 1.31 -
YUV 69.85 88.59 229.39 -
System Red Green Blue C M Y K H S L
Decimal 212 11 0 0 0.95 1 0.17 3.11 1 0.42
Hex D4 B 0 0 5F 64 11 3 64 2A
Octal 324 13 0 0 137 144 21 3 144 52
Binary 11010100 1011 0 0 1011111 1100100 10001 11 1100100 101010

Color Harmonies of #D40B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B00

Black with #D40B00

Text Example


Text Example

White with #D40B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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