Html Css Color HEX #D40332 Crimson

📋 copy color: '#D40332'

red 212 ◦ green 3 ◦ blue 50

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

Shades of Crimson #D40332

Tints of Crimson #D40332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 50 (19.92% from 255) = 18.87%

R = 80%
G = 1.13%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D40332 (or 0xD40332) is known color: Crimson. HEX triplet: D4, 03 and 32. RGB value is (212,3,50). Sum of RGB (Red+Green+Blue) = 212+3+50=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D40332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40332 is #2BFCCD. Grayscale: #464646. Windows color (decimal): -2882766 or 3277780. OLE color: 3277780.

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

Color convert

RGB 212 3 50 -
CMYK 0 0.99 0.76 0.17
HSL 346.51º 0.97% 0.42% -
HSV(B) 346.51º 0.99% 0.83% -
XYZ 27.76 14.29 4.31 -
YUV 70.85 116.24 228.68 -
System Red Green Blue C M Y K H S L
Decimal 212 3 50 0 0.99 0.76 0.17 346.51 0.97 0.42
Hex D4 3 32 0 63 4C 11 15B 61 2A
Octal 324 3 62 0 143 114 21 533 141 52
Binary 11010100 11 110010 0 1100011 1001100 10001 101011011 1100001 101010

Color Harmonies of #D40332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40332

Black with #D40332

Text Example


Text Example

White with #D40332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40332; }

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

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

background-color css

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

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

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

border-color css

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

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

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