Html Css Color HEX #D4153A Crimson

📋 copy color: '#D4153A'

red 212 ◦ green 21 ◦ blue 58

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

Shades of Crimson #D4153A

Tints of Crimson #D4153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 72.85%
G = 7.22%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4153A (or 0xD4153A) is known color: Crimson. HEX triplet: D4, 15 and 3A. RGB value is (212,21,58). Sum of RGB (Red+Green+Blue) = 212+21+58=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4153A is #2BEAC5. Grayscale: #525252. Windows color (decimal): -2878150 or 3806676. OLE color: 3806676.

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

Color convert

RGB 212 21 58 -
CMYK 0 0.90 0.73 0.17
HSL 348.38º 0.82% 0.46% -
HSV(B) 348.38º 0.9% 0.83% -
XYZ 28.18 14.84 5.38 -
YUV 82.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 212 21 58 0 0.90 0.73 0.17 348.38 0.82 0.46
Hex D4 15 3A 0 5A 49 11 15C 52 2E
Octal 324 25 72 0 132 111 21 534 122 56
Binary 11010100 10101 111010 0 1011010 1001001 10001 101011100 1010010 101110

Color Harmonies of #D4153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4153A

Black with #D4153A

Text Example


Text Example

White with #D4153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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