Html Css Color HEX #D4153D Crimson

📋 copy color: '#D4153D'

red 212 ◦ green 21 ◦ blue 61

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

Shades of Crimson #D4153D

Tints of Crimson #D4153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 72.11%
G = 7.14%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4153D (or 0xD4153D) is known color: Crimson. HEX triplet: D4, 15 and 3D. RGB value is (212,21,61). Sum of RGB (Red+Green+Blue) = 212+21+61=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D4153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4153D is #2BEAC2. Grayscale: #525252. Windows color (decimal): -2878147 or 4003284. OLE color: 4003284.

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

Color convert

RGB 212 21 61 -
CMYK 0 0.90 0.71 0.17
HSL 347.43º 0.82% 0.46% -
HSV(B) 347.43º 0.9% 0.83% -
XYZ 28.26 14.87 5.8 -
YUV 82.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 212 21 61 0 0.90 0.71 0.17 347.43 0.82 0.46
Hex D4 15 3D 0 5A 47 11 15B 52 2E
Octal 324 25 75 0 132 107 21 533 122 56
Binary 11010100 10101 111101 0 1011010 1000111 10001 101011011 1010010 101110

Color Harmonies of #D4153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4153D

Black with #D4153D

Text Example


Text Example

White with #D4153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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