Html Css Color HEX #D2132F Crimson

📋 copy color: '#D2132F'

red 210 ◦ green 19 ◦ blue 47

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

Shades of Crimson #D2132F

Tints of Crimson #D2132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 76.09%
G = 6.88%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2132F (or 0xD2132F) is known color: Crimson. HEX triplet: D2, 13 and 2F. RGB value is (210,19,47). Sum of RGB (Red+Green+Blue) = 210+19+47=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2132F is #2DECD0. Grayscale: #4F4F4F. Windows color (decimal): -3009745 or 3085266. OLE color: 3085266.

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

Color convert

RGB 210 19 47 -
CMYK 0 0.91 0.78 0.18
HSL 351.2º 0.83% 0.45% -
HSV(B) 351.2º 0.91% 0.82% -
XYZ 27.32 14.37 4.02 -
YUV 79.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 210 19 47 0 0.91 0.78 0.18 351.2 0.83 0.45
Hex D2 13 2F 0 5B 4E 12 15F 53 2D
Octal 322 23 57 0 133 116 22 537 123 55
Binary 11010010 10011 101111 0 1011011 1001110 10010 101011111 1010011 101101

Color Harmonies of #D2132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2132F

Black with #D2132F

Text Example


Text Example

White with #D2132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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