Html Css Color HEX #D40B3B Crimson

📋 copy color: '#D40B3B'

red 212 ◦ green 11 ◦ blue 59

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

Shades of Crimson #D40B3B

Tints of Crimson #D40B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 75.18%
G = 3.9%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D40B3B (or 0xD40B3B) is known color: Crimson. HEX triplet: D4, 0B and 3B. RGB value is (212,11,59). Sum of RGB (Red+Green+Blue) = 212+11+59=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B3B is #2BF4C4. Grayscale: #4C4C4C. Windows color (decimal): -2880709 or 3869652. OLE color: 3869652.

HSL color Cylindrical-coordinate representation of color #D40B3B: hue angle of 345.67º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40B3B is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 11 59 -
CMYK 0 0.95 0.72 0.17
HSL 345.67º 0.9% 0.44% -
HSV(B) 345.67º 0.95% 0.83% -
XYZ 28.06 14.55 5.47 -
YUV 76.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 212 11 59 0 0.95 0.72 0.17 345.67 0.9 0.44
Hex D4 B 3B 0 5F 48 11 15A 5A 2C
Octal 324 13 73 0 137 110 21 532 132 54
Binary 11010100 1011 111011 0 1011111 1001000 10001 101011010 1011010 101100

Color Harmonies of #D40B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B3B

Black with #D40B3B

Text Example


Text Example

White with #D40B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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