Html Css Color HEX #D2183E Crimson

📋 copy color: '#D2183E'

red 210 ◦ green 24 ◦ blue 62

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

Shades of Crimson #D2183E

Tints of Crimson #D2183E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 70.95%
G = 8.11%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2183E (or 0xD2183E) is known color: Crimson. HEX triplet: D2, 18 and 3E. RGB value is (210,24,62). Sum of RGB (Red+Green+Blue) = 210+24+62=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D2183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2183E is #2DE7C1. Grayscale: #535353. Windows color (decimal): -3008450 or 4069586. OLE color: 4069586.

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

Color convert

RGB 210 24 62 -
CMYK 0 0.89 0.70 0.18
HSL 347.74º 0.79% 0.46% -
HSV(B) 347.74º 0.89% 0.82% -
XYZ 27.77 14.7 5.93 -
YUV 83.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 210 24 62 0 0.89 0.70 0.18 347.74 0.79 0.46
Hex D2 18 3E 0 59 46 12 15C 4F 2E
Octal 322 30 76 0 131 106 22 534 117 56
Binary 11010010 11000 111110 0 1011001 1000110 10010 101011100 1001111 101110

Color Harmonies of #D2183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2183E

Black with #D2183E

Text Example


Text Example

White with #D2183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2183E; }

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

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

background-color css

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

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

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

border-color css

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

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

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