Html Css Color HEX #D8223E Crimson

📋 copy color: '#D8223E'

red 216 ◦ green 34 ◦ blue 62

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

Shades of Crimson #D8223E

Tints of Crimson #D8223E

RGB

 RED value IS 216 (84.77% from 255) = 69.23%

 GREEN value IS 34 (13.67% from 255) = 10.9%

 BLUE value IS 62 (24.61% from 255) = 19.87%

R = 69.23%
G = 10.9%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8223E (or 0xD8223E) is known color: Crimson. HEX triplet: D8, 22 and 3E. RGB value is (216,34,62). Sum of RGB (Red+Green+Blue) = 216+34+62=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8223E is #27DDC1. Grayscale: #5B5B5B. Windows color (decimal): -2612674 or 4072152. OLE color: 4072152.

HSL color Cylindrical-coordinate representation of color #D8223E: hue angle of 350.77º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8223E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 34 62 -
CMYK 0 0.84 0.71 0.15
HSL 350.77º 0.73% 0.49% -
HSV(B) 350.77º 0.84% 0.85% -
XYZ 29.76 16.09 6.09 -
YUV 91.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 216 34 62 0 0.84 0.71 0.15 350.77 0.73 0.49
Hex D8 22 3E 0 54 47 F 15F 49 31
Octal 330 42 76 0 124 107 17 537 111 61
Binary 11011000 100010 111110 0 1010100 1000111 1111 101011111 1001001 110001

Color Harmonies of #D8223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8223E

Black with #D8223E

Text Example


Text Example

White with #D8223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8223E; }

 p { color: rgb(216,34,62); }

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

background-color css

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

 a { background-color: rgb(216,34,62); }

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

border-color css

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

 span { border-color: rgb(216,34,62); }

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