Html Css Color HEX #D7213F Crimson

📋 copy color: '#D7213F'

red 215 ◦ green 33 ◦ blue 63

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

Shades of Crimson #D7213F

Tints of Crimson #D7213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

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

R = 69.13%
G = 10.61%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7213F (or 0xD7213F) is known color: Crimson. HEX triplet: D7, 21 and 3F. RGB value is (215,33,63). Sum of RGB (Red+Green+Blue) = 215+33+63=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7213F is #28DEC0. Grayscale: #5A5A5A. Windows color (decimal): -2678465 or 4137431. OLE color: 4137431.

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

Color convert

RGB 215 33 63 -
CMYK 0 0.85 0.71 0.16
HSL 350.11º 0.73% 0.49% -
HSV(B) 350.11º 0.85% 0.84% -
XYZ 29.47 15.89 6.22 -
YUV 90.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 215 33 63 0 0.85 0.71 0.16 350.11 0.73 0.49
Hex D7 21 3F 0 55 47 10 15E 49 31
Octal 327 41 77 0 125 107 20 536 111 61
Binary 11010111 100001 111111 0 1010101 1000111 10000 101011110 1001001 110001

Color Harmonies of #D7213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7213F

Black with #D7213F

Text Example


Text Example

White with #D7213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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