Html Css Color HEX #D2193F Crimson

📋 copy color: '#D2193F'

red 210 ◦ green 25 ◦ blue 63

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

Shades of Crimson #D2193F

Tints of Crimson #D2193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

 BLUE value IS 63 (25% from 255) = 21.14%

R = 70.47%
G = 8.39%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2193F (or 0xD2193F) is known color: Crimson. HEX triplet: D2, 19 and 3F. RGB value is (210,25,63). Sum of RGB (Red+Green+Blue) = 210+25+63=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D2193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2193F is #2DE6C0. Grayscale: #545454. Windows color (decimal): -3008193 or 4135378. OLE color: 4135378.

HSL color Cylindrical-coordinate representation of color #D2193F: hue angle of 347.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2193F is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 63 -
CMYK 0 0.88 0.70 0.18
HSL 347.68º 0.79% 0.46% -
HSV(B) 347.68º 0.88% 0.82% -
XYZ 27.82 14.76 6.08 -
YUV 84.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 210 25 63 0 0.88 0.70 0.18 347.68 0.79 0.46
Hex D2 19 3F 0 58 46 12 15C 4F 2E
Octal 322 31 77 0 130 106 22 534 117 56
Binary 11010010 11001 111111 0 1011000 1000110 10010 101011100 1001111 101110

Color Harmonies of #D2193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2193F

Black with #D2193F

Text Example


Text Example

White with #D2193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2193F; }

 p { color: rgb(210,25,63); }

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

background-color css

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

 a { background-color: rgb(210,25,63); }

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

border-color css

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

 span { border-color: rgb(210,25,63); }

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