Html Css Color HEX #D4152F Crimson

📋 copy color: '#D4152F'

red 212 ◦ green 21 ◦ blue 47

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

Shades of Crimson #D4152F

Tints of Crimson #D4152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 75.71%
G = 7.5%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4152F (or 0xD4152F) is known color: Crimson. HEX triplet: D4, 15 and 2F. RGB value is (212,21,47). Sum of RGB (Red+Green+Blue) = 212+21+47=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4152F is #2BEAD0. Grayscale: #515151. Windows color (decimal): -2878161 or 3085780. OLE color: 3085780.

HSL color Cylindrical-coordinate representation of color #D4152F: hue angle of 351.83º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4152F is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 47 -
CMYK 0 0.90 0.78 0.17
HSL 351.83º 0.82% 0.46% -
HSV(B) 351.83º 0.9% 0.83% -
XYZ 27.93 14.74 4.06 -
YUV 81.07 108.78 221.39 -
System Red Green Blue C M Y K H S L
Decimal 212 21 47 0 0.90 0.78 0.17 351.83 0.82 0.46
Hex D4 15 2F 0 5A 4E 11 160 52 2E
Octal 324 25 57 0 132 116 21 540 122 56
Binary 11010100 10101 101111 0 1011010 1001110 10001 101100000 1010010 101110

Color Harmonies of #D4152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4152F

Black with #D4152F

Text Example


Text Example

White with #D4152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4152F; }

 p { color: rgb(212,21,47); }

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

background-color css

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

 a { background-color: rgb(212,21,47); }

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

border-color css

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

 span { border-color: rgb(212,21,47); }

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