Html Css Color HEX #D40232 Crimson

📋 copy color: '#D40232'

red 212 ◦ green 2 ◦ blue 50

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

Shades of Crimson #D40232

Tints of Crimson #D40232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 80.3%
G = 0.76%
B = 18.94%

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

#D40232 (or 0xD40232) is known color: Crimson. HEX triplet: D4, 02 and 32. RGB value is (212,2,50). Sum of RGB (Red+Green+Blue) = 212+2+50=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D40232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40232 is #2BFDCD. Grayscale: #464646. Windows color (decimal): -2883022 or 3277524. OLE color: 3277524.

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

Color convert

RGB 212 2 50 -
CMYK 0 0.99 0.76 0.17
HSL 346.29º 0.98% 0.42% -
HSV(B) 346.29º 0.99% 0.83% -
XYZ 27.75 14.27 4.31 -
YUV 70.26 116.57 229.1 -
System Red Green Blue C M Y K H S L
Decimal 212 2 50 0 0.99 0.76 0.17 346.29 0.98 0.42
Hex D4 2 32 0 63 4C 11 15A 62 2A
Octal 324 2 62 0 143 114 21 532 142 52
Binary 11010100 10 110010 0 1100011 1001100 10001 101011010 1100010 101010

Color Harmonies of #D40232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40232

Black with #D40232

Text Example


Text Example

White with #D40232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40232; }

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

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

background-color css

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

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

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

border-color css

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

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

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