Html Css Color HEX #D40331 Crimson

📋 copy color: '#D40331'

red 212 ◦ green 3 ◦ blue 49

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

Shades of Crimson #D40331

Tints of Crimson #D40331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 80.3%
G = 1.14%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D40331 (or 0xD40331) is known color: Crimson. HEX triplet: D4, 03 and 31. RGB value is (212,3,49). Sum of RGB (Red+Green+Blue) = 212+3+49=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D40331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40331 is #2BFCCE. Grayscale: #464646. Windows color (decimal): -2882767 or 3212244. OLE color: 3212244.

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

Color convert

RGB 212 3 49 -
CMYK 0 0.99 0.77 0.17
HSL 346.79º 0.97% 0.42% -
HSV(B) 346.79º 0.99% 0.83% -
XYZ 27.74 14.28 4.2 -
YUV 70.74 115.74 228.76 -
System Red Green Blue C M Y K H S L
Decimal 212 3 49 0 0.99 0.77 0.17 346.79 0.97 0.42
Hex D4 3 31 0 63 4D 11 15B 61 2A
Octal 324 3 61 0 143 115 21 533 141 52
Binary 11010100 11 110001 0 1100011 1001101 10001 101011011 1100001 101010

Color Harmonies of #D40331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40331

Black with #D40331

Text Example


Text Example

White with #D40331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40331; }

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

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

background-color css

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

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

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

border-color css

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

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

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