Html Css Color HEX #D40B3C Crimson

📋 copy color: '#D40B3C'

red 212 ◦ green 11 ◦ blue 60

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

Shades of Crimson #D40B3C

Tints of Crimson #D40B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 74.91%
G = 3.89%
B = 21.2%

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

#D40B3C (or 0xD40B3C) is known color: Crimson. HEX triplet: D4, 0B and 3C. RGB value is (212,11,60). Sum of RGB (Red+Green+Blue) = 212+11+60=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B3C is #2BF4C3. Grayscale: #4C4C4C. Windows color (decimal): -2880708 or 3935188. OLE color: 3935188.

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

Color convert

RGB 212 11 60 -
CMYK 0 0.95 0.72 0.17
HSL 345.37º 0.9% 0.44% -
HSV(B) 345.37º 0.95% 0.83% -
XYZ 28.09 14.56 5.61 -
YUV 76.69 118.59 224.52 -
System Red Green Blue C M Y K H S L
Decimal 212 11 60 0 0.95 0.72 0.17 345.37 0.9 0.44
Hex D4 B 3C 0 5F 48 11 159 5A 2C
Octal 324 13 74 0 137 110 21 531 132 54
Binary 11010100 1011 111100 0 1011111 1001000 10001 101011001 1011010 101100

Color Harmonies of #D40B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B3C

Black with #D40B3C

Text Example


Text Example

White with #D40B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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