Html Css Color HEX #D2163D Crimson

📋 copy color: '#D2163D'

red 210 ◦ green 22 ◦ blue 61

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

Shades of Crimson #D2163D

Tints of Crimson #D2163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 71.67%
G = 7.51%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2163D (or 0xD2163D) is known color: Crimson. HEX triplet: D2, 16 and 3D. RGB value is (210,22,61). Sum of RGB (Red+Green+Blue) = 210+22+61=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2163D is #2DE9C2. Grayscale: #525252. Windows color (decimal): -3008963 or 4003538. OLE color: 4003538.

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

Color convert

RGB 210 22 61 -
CMYK 0 0.90 0.71 0.18
HSL 347.55º 0.81% 0.45% -
HSV(B) 347.55º 0.9% 0.82% -
XYZ 27.71 14.61 5.77 -
YUV 82.66 115.78 218.83 -
System Red Green Blue C M Y K H S L
Decimal 210 22 61 0 0.90 0.71 0.18 347.55 0.81 0.45
Hex D2 16 3D 0 5A 47 12 15C 51 2D
Octal 322 26 75 0 132 107 22 534 121 55
Binary 11010010 10110 111101 0 1011010 1000111 10010 101011100 1010001 101101

Color Harmonies of #D2163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2163D

Black with #D2163D

Text Example


Text Example

White with #D2163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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