Html Css Color HEX #D2163B Crimson

📋 copy color: '#D2163B'

red 210 ◦ green 22 ◦ blue 59

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

Shades of Crimson #D2163B

Tints of Crimson #D2163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 72.16%
G = 7.56%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2163B (or 0xD2163B) is known color: Crimson. HEX triplet: D2, 16 and 3B. RGB value is (210,22,59). Sum of RGB (Red+Green+Blue) = 210+22+59=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2163B is #2DE9C4. Grayscale: #525252. Windows color (decimal): -3008965 or 3872466. OLE color: 3872466.

HSL color Cylindrical-coordinate representation of color #D2163B: hue angle of 348.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2163B is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 59 -
CMYK 0 0.90 0.72 0.18
HSL 348.19º 0.81% 0.45% -
HSV(B) 348.19º 0.9% 0.82% -
XYZ 27.65 14.59 5.5 -
YUV 82.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 210 22 59 0 0.90 0.72 0.18 348.19 0.81 0.45
Hex D2 16 3B 0 5A 48 12 15C 51 2D
Octal 322 26 73 0 132 110 22 534 121 55
Binary 11010010 10110 111011 0 1011010 1001000 10010 101011100 1010001 101101

Color Harmonies of #D2163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2163B

Black with #D2163B

Text Example


Text Example

White with #D2163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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