Html Css Color HEX #D2153D Crimson

📋 copy color: '#D2153D'

red 210 ◦ green 21 ◦ blue 61

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

Shades of Crimson #D2153D

Tints of Crimson #D2153D

RGB

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

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

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

R = 71.92%
G = 7.19%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2153D (or 0xD2153D) is known color: Crimson. HEX triplet: D2, 15 and 3D. RGB value is (210,21,61). Sum of RGB (Red+Green+Blue) = 210+21+61=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2153D is #2DEAC2. Grayscale: #525252. Windows color (decimal): -3009219 or 4003282. OLE color: 4003282.

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

Color convert

RGB 210 21 61 -
CMYK 0 0.90 0.71 0.18
HSL 347.3º 0.82% 0.45% -
HSV(B) 347.3º 0.9% 0.82% -
XYZ 27.69 14.57 5.77 -
YUV 82.07 116.12 219.25 -
System Red Green Blue C M Y K H S L
Decimal 210 21 61 0 0.90 0.71 0.18 347.3 0.82 0.45
Hex D2 15 3D 0 5A 47 12 15B 52 2D
Octal 322 25 75 0 132 107 22 533 122 55
Binary 11010010 10101 111101 0 1011010 1000111 10010 101011011 1010010 101101

Color Harmonies of #D2153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2153D

Black with #D2153D

Text Example


Text Example

White with #D2153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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