Html Css Color HEX #D7223E Crimson

📋 copy color: '#D7223E'

red 215 ◦ green 34 ◦ blue 62

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

Shades of Crimson #D7223E

Tints of Crimson #D7223E

RGB

 RED value IS 215 (84.38% from 255) = 69.13%

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

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

R = 69.13%
G = 10.93%
B = 19.94%

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

#D7223E (or 0xD7223E) is known color: Crimson. HEX triplet: D7, 22 and 3E. RGB value is (215,34,62). Sum of RGB (Red+Green+Blue) = 215+34+62=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7223E is #28DDC1. Grayscale: #5B5B5B. Windows color (decimal): -2678210 or 4072151. OLE color: 4072151.

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

Color convert

RGB 215 34 62 -
CMYK 0 0.84 0.71 0.16
HSL 350.72º 0.73% 0.49% -
HSV(B) 350.72º 0.84% 0.84% -
XYZ 29.47 15.94 6.08 -
YUV 91.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 215 34 62 0 0.84 0.71 0.16 350.72 0.73 0.49
Hex D7 22 3E 0 54 47 10 15F 49 31
Octal 327 42 76 0 124 107 20 537 111 61
Binary 11010111 100010 111110 0 1010100 1000111 10000 101011111 1001001 110001

Color Harmonies of #D7223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7223E

Black with #D7223E

Text Example


Text Example

White with #D7223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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