Html Css Color HEX #D7223F Crimson

📋 copy color: '#D7223F'

red 215 ◦ green 34 ◦ blue 63

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

Shades of Crimson #D7223F

Tints of Crimson #D7223F

RGB

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

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

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

R = 68.91%
G = 10.9%
B = 20.19%

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

#D7223F (or 0xD7223F) is known color: Crimson. HEX triplet: D7, 22 and 3F. RGB value is (215,34,63). Sum of RGB (Red+Green+Blue) = 215+34+63=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7223F is #28DDC0. Grayscale: #5B5B5B. Windows color (decimal): -2678209 or 4137687. OLE color: 4137687.

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

Color convert

RGB 215 34 63 -
CMYK 0 0.84 0.71 0.16
HSL 350.39º 0.73% 0.49% -
HSV(B) 350.39º 0.84% 0.84% -
XYZ 29.49 15.95 6.23 -
YUV 91.43 111.97 216.14 -
System Red Green Blue C M Y K H S L
Decimal 215 34 63 0 0.84 0.71 0.16 350.39 0.73 0.49
Hex D7 22 3F 0 54 47 10 15E 49 31
Octal 327 42 77 0 124 107 20 536 111 61
Binary 11010111 100010 111111 0 1010100 1000111 10000 101011110 1001001 110001

Color Harmonies of #D7223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7223F

Black with #D7223F

Text Example


Text Example

White with #D7223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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