Html Css Color HEX #D2153A Crimson

📋 copy color: '#D2153A'

red 210 ◦ green 21 ◦ blue 58

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

Shades of Crimson #D2153A

Tints of Crimson #D2153A

RGB

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

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

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

R = 72.66%
G = 7.27%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2153A (or 0xD2153A) is known color: Crimson. HEX triplet: D2, 15 and 3A. RGB value is (210,21,58). Sum of RGB (Red+Green+Blue) = 210+21+58=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D2153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2153A is #2DEAC5. Grayscale: #515151. Windows color (decimal): -3009222 or 3806674. OLE color: 3806674.

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

Color convert

RGB 210 21 58 -
CMYK 0 0.90 0.72 0.18
HSL 348.25º 0.82% 0.45% -
HSV(B) 348.25º 0.9% 0.82% -
XYZ 27.61 14.54 5.35 -
YUV 81.73 114.62 219.49 -
System Red Green Blue C M Y K H S L
Decimal 210 21 58 0 0.90 0.72 0.18 348.25 0.82 0.45
Hex D2 15 3A 0 5A 48 12 15C 52 2D
Octal 322 25 72 0 132 110 22 534 122 55
Binary 11010010 10101 111010 0 1011010 1001000 10010 101011100 1010010 101101

Color Harmonies of #D2153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2153A

Black with #D2153A

Text Example


Text Example

White with #D2153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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