Html Css Color HEX #D2113A Crimson

📋 copy color: '#D2113A'

red 210 ◦ green 17 ◦ blue 58

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

Shades of Crimson #D2113A

Tints of Crimson #D2113A

RGB

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

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

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

R = 73.68%
G = 5.96%
B = 20.35%

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

#D2113A (or 0xD2113A) is known color: Crimson. HEX triplet: D2, 11 and 3A. RGB value is (210,17,58). Sum of RGB (Red+Green+Blue) = 210+17+58=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D2113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2113A is #2DEEC5. Grayscale: #4F4F4F. Windows color (decimal): -3010246 or 3805650. OLE color: 3805650.

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

Color convert

RGB 210 17 58 -
CMYK 0 0.92 0.72 0.18
HSL 347.25º 0.85% 0.45% -
HSV(B) 347.25º 0.92% 0.82% -
XYZ 27.54 14.41 5.33 -
YUV 79.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 210 17 58 0 0.92 0.72 0.18 347.25 0.85 0.45
Hex D2 11 3A 0 5C 48 12 15B 55 2D
Octal 322 21 72 0 134 110 22 533 125 55
Binary 11010010 10001 111010 0 1011100 1001000 10010 101011011 1010101 101101

Color Harmonies of #D2113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2113A

Black with #D2113A

Text Example


Text Example

White with #D2113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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