Html Css Color HEX #D2113F Crimson

📋 copy color: '#D2113F'

red 210 ◦ green 17 ◦ blue 63

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

Shades of Crimson #D2113F

Tints of Crimson #D2113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.86%

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

R = 72.41%
G = 5.86%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2113F (or 0xD2113F) is known color: Crimson. HEX triplet: D2, 11 and 3F. RGB value is (210,17,63). Sum of RGB (Red+Green+Blue) = 210+17+63=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2113F is #2DEEC0. Grayscale: #4F4F4F. Windows color (decimal): -3010241 or 4133330. OLE color: 4133330.

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

Color convert

RGB 210 17 63 -
CMYK 0 0.92 0.70 0.18
HSL 345.7º 0.85% 0.45% -
HSV(B) 345.7º 0.92% 0.82% -
XYZ 27.68 14.46 6.04 -
YUV 79.95 118.44 220.76 -
System Red Green Blue C M Y K H S L
Decimal 210 17 63 0 0.92 0.70 0.18 345.7 0.85 0.45
Hex D2 11 3F 0 5C 46 12 15A 55 2D
Octal 322 21 77 0 134 106 22 532 125 55
Binary 11010010 10001 111111 0 1011100 1000110 10010 101011010 1010101 101101

Color Harmonies of #D2113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2113F

Black with #D2113F

Text Example


Text Example

White with #D2113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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