Html Css Color HEX #D5223E Crimson

📋 copy color: '#D5223E'

red 213 ◦ green 34 ◦ blue 62

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

Shades of Crimson #D5223E

Tints of Crimson #D5223E

RGB

 RED value IS 213 (83.59% from 255) = 68.93%

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

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

R = 68.93%
G = 11%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5223E (or 0xD5223E) is known color: Crimson. HEX triplet: D5, 22 and 3E. RGB value is (213,34,62). Sum of RGB (Red+Green+Blue) = 213+34+62=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5223E is #2ADDC1. Grayscale: #5A5A5A. Windows color (decimal): -2809282 or 4072149. OLE color: 4072149.

HSL color Cylindrical-coordinate representation of color #D5223E: hue angle of 350.61º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5223E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 62 -
CMYK 0 0.84 0.71 0.16
HSL 350.61º 0.72% 0.48% -
HSV(B) 350.61º 0.84% 0.84% -
XYZ 28.88 15.64 6.05 -
YUV 90.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 213 34 62 0 0.84 0.71 0.16 350.61 0.72 0.48
Hex D5 22 3E 0 54 47 10 15F 48 30
Octal 325 42 76 0 124 107 20 537 110 60
Binary 11010101 100010 111110 0 1010100 1000111 10000 101011111 1001000 110000

Color Harmonies of #D5223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5223E

Black with #D5223E

Text Example


Text Example

White with #D5223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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