Html Css Color HEX #D2183C Crimson

📋 copy color: '#D2183C'

red 210 ◦ green 24 ◦ blue 60

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

Shades of Crimson #D2183C

Tints of Crimson #D2183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 71.43%
G = 8.16%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2183C (or 0xD2183C) is known color: Crimson. HEX triplet: D2, 18 and 3C. RGB value is (210,24,60). Sum of RGB (Red+Green+Blue) = 210+24+60=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2183C is #2DE7C3. Grayscale: #535353. Windows color (decimal): -3008452 or 3938514. OLE color: 3938514.

HSL color Cylindrical-coordinate representation of color #D2183C: hue angle of 348.39º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2183C is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 60 -
CMYK 0 0.89 0.71 0.18
HSL 348.39º 0.79% 0.46% -
HSV(B) 348.39º 0.89% 0.82% -
XYZ 27.72 14.68 5.65 -
YUV 83.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 210 24 60 0 0.89 0.71 0.18 348.39 0.79 0.46
Hex D2 18 3C 0 59 47 12 15C 4F 2E
Octal 322 30 74 0 131 107 22 534 117 56
Binary 11010010 11000 111100 0 1011001 1000111 10010 101011100 1001111 101110

Color Harmonies of #D2183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2183C

Black with #D2183C

Text Example


Text Example

White with #D2183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2183C; }

 p { color: rgb(210,24,60); }

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

background-color css

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

 a { background-color: rgb(210,24,60); }

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

border-color css

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

 span { border-color: rgb(210,24,60); }

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