Html Css Color HEX #D2153F Crimson

📋 copy color: '#D2153F'

red 210 ◦ green 21 ◦ blue 63

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

Shades of Crimson #D2153F

Tints of Crimson #D2153F

RGB

 RED value IS 210 (82.42% from 255) = 71.43%

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

 BLUE value IS 63 (25% from 255) = 21.43%

R = 71.43%
G = 7.14%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2153F (or 0xD2153F) is known color: Crimson. HEX triplet: D2, 15 and 3F. RGB value is (210,21,63). Sum of RGB (Red+Green+Blue) = 210+21+63=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2153F is #2DEAC0. Grayscale: #525252. Windows color (decimal): -3009217 or 4134354. OLE color: 4134354.

HSL color Cylindrical-coordinate representation of color #D2153F: hue angle of 346.67º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2153F is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 21 63 -
CMYK 0 0.90 0.70 0.18
HSL 346.67º 0.82% 0.45% -
HSV(B) 346.67º 0.9% 0.82% -
XYZ 27.74 14.6 6.06 -
YUV 82.3 117.12 219.08 -
System Red Green Blue C M Y K H S L
Decimal 210 21 63 0 0.90 0.70 0.18 346.67 0.82 0.45
Hex D2 15 3F 0 5A 46 12 15B 52 2D
Octal 322 25 77 0 132 106 22 533 122 55
Binary 11010010 10101 111111 0 1011010 1000110 10010 101011011 1010010 101101

Color Harmonies of #D2153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2153F

Black with #D2153F

Text Example


Text Example

White with #D2153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2153F; }

 p { color: rgb(210,21,63); }

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

background-color css

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

 a { background-color: rgb(210,21,63); }

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

border-color css

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

 span { border-color: rgb(210,21,63); }

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