Html Css Color HEX #D2113B Crimson

📋 copy color: '#D2113B'

red 210 ◦ green 17 ◦ blue 59

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

Shades of Crimson #D2113B

Tints of Crimson #D2113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 73.43%
G = 5.94%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2113B (or 0xD2113B) is known color: Crimson. HEX triplet: D2, 11 and 3B. RGB value is (210,17,59). Sum of RGB (Red+Green+Blue) = 210+17+59=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D2113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2113B is #2DEEC4. Grayscale: #4F4F4F. Windows color (decimal): -3010245 or 3871186. OLE color: 3871186.

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

Color convert

RGB 210 17 59 -
CMYK 0 0.92 0.72 0.18
HSL 346.94º 0.85% 0.45% -
HSV(B) 346.94º 0.92% 0.82% -
XYZ 27.57 14.42 5.47 -
YUV 79.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 210 17 59 0 0.92 0.72 0.18 346.94 0.85 0.45
Hex D2 11 3B 0 5C 48 12 15B 55 2D
Octal 322 21 73 0 134 110 22 533 125 55
Binary 11010010 10001 111011 0 1011100 1001000 10010 101011011 1010101 101101

Color Harmonies of #D2113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2113B

Black with #D2113B

Text Example


Text Example

White with #D2113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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