Html Css Color HEX #D40A33 Crimson

📋 copy color: '#D40A33'

red 212 ◦ green 10 ◦ blue 51

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

Shades of Crimson #D40A33

Tints of Crimson #D40A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.66%

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 77.66%
G = 3.66%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D40A33 (or 0xD40A33) is known color: Crimson. HEX triplet: D4, 0A and 33. RGB value is (212,10,51). Sum of RGB (Red+Green+Blue) = 212+10+51=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40A33 is #2BF5CC. Grayscale: #4B4B4B. Windows color (decimal): -2880973 or 3345108. OLE color: 3345108.

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

Color convert

RGB 212 10 51 -
CMYK 0 0.95 0.76 0.17
HSL 347.82º 0.91% 0.44% -
HSV(B) 347.82º 0.95% 0.83% -
XYZ 27.86 14.45 4.45 -
YUV 75.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 212 10 51 0 0.95 0.76 0.17 347.82 0.91 0.44
Hex D4 A 33 0 5F 4C 11 15C 5B 2C
Octal 324 12 63 0 137 114 21 534 133 54
Binary 11010100 1010 110011 0 1011111 1001100 10001 101011100 1011011 101100

Color Harmonies of #D40A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A33

Black with #D40A33

Text Example


Text Example

White with #D40A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A33; }

 p { color: rgb(212,10,51); }

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

background-color css

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

 a { background-color: rgb(212,10,51); }

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

border-color css

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

 span { border-color: rgb(212,10,51); }

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