Html Css Color HEX #D2112F Crimson

📋 copy color: '#D2112F'

red 210 ◦ green 17 ◦ blue 47

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

Shades of Crimson #D2112F

Tints of Crimson #D2112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.15%

R = 76.64%
G = 6.2%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2112F (or 0xD2112F) is known color: Crimson. HEX triplet: D2, 11 and 2F. RGB value is (210,17,47). Sum of RGB (Red+Green+Blue) = 210+17+47=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D2112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2112F is #2DEED0. Grayscale: #4E4E4E. Windows color (decimal): -3010257 or 3084754. OLE color: 3084754.

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

Color convert

RGB 210 17 47 -
CMYK 0 0.92 0.78 0.18
HSL 350.67º 0.85% 0.45% -
HSV(B) 350.67º 0.92% 0.82% -
XYZ 27.29 14.31 4.01 -
YUV 78.13 110.44 222.06 -
System Red Green Blue C M Y K H S L
Decimal 210 17 47 0 0.92 0.78 0.18 350.67 0.85 0.45
Hex D2 11 2F 0 5C 4E 12 15F 55 2D
Octal 322 21 57 0 134 116 22 537 125 55
Binary 11010010 10001 101111 0 1011100 1001110 10010 101011111 1010101 101101

Color Harmonies of #D2112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2112F

Black with #D2112F

Text Example


Text Example

White with #D2112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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