Html Css Color HEX #D4132E Crimson

📋 copy color: '#D4132E'

red 212 ◦ green 19 ◦ blue 46

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

Shades of Crimson #D4132E

Tints of Crimson #D4132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 76.53%
G = 6.86%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4132E (or 0xD4132E) is known color: Crimson. HEX triplet: D4, 13 and 2E. RGB value is (212,19,46). Sum of RGB (Red+Green+Blue) = 212+19+46=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4132E is #2BECD1. Grayscale: #4F4F4F. Windows color (decimal): -2878674 or 3019732. OLE color: 3019732.

HSL color Cylindrical-coordinate representation of color #D4132E: hue angle of 351.61º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4132E is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 19 46 -
CMYK 0 0.91 0.78 0.17
HSL 351.61º 0.84% 0.45% -
HSV(B) 351.61º 0.91% 0.83% -
XYZ 27.88 14.66 3.95 -
YUV 79.79 108.94 222.3 -
System Red Green Blue C M Y K H S L
Decimal 212 19 46 0 0.91 0.78 0.17 351.61 0.84 0.45
Hex D4 13 2E 0 5B 4E 11 160 54 2D
Octal 324 23 56 0 133 116 21 540 124 55
Binary 11010100 10011 101110 0 1011011 1001110 10001 101100000 1010100 101101

Color Harmonies of #D4132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4132E

Black with #D4132E

Text Example


Text Example

White with #D4132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4132E; }

 p { color: rgb(212,19,46); }

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

background-color css

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

 a { background-color: rgb(212,19,46); }

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

border-color css

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

 span { border-color: rgb(212,19,46); }

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