Html Css Color HEX #D9213F Crimson

📋 copy color: '#D9213F'

red 217 ◦ green 33 ◦ blue 63

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

Shades of Crimson #D9213F

Tints of Crimson #D9213F

RGB

 RED value IS 217 (85.16% from 255) = 69.33%

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

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

R = 69.33%
G = 10.54%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9213F (or 0xD9213F) is known color: Crimson. HEX triplet: D9, 21 and 3F. RGB value is (217,33,63). Sum of RGB (Red+Green+Blue) = 217+33+63=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9213F is #26DEC0. Grayscale: #5B5B5B. Windows color (decimal): -2547393 or 4137433. OLE color: 4137433.

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

Color convert

RGB 217 33 63 -
CMYK 0 0.85 0.71 0.15
HSL 350.22º 0.74% 0.49% -
HSV(B) 350.22º 0.85% 0.85% -
XYZ 30.06 16.2 6.25 -
YUV 91.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 217 33 63 0 0.85 0.71 0.15 350.22 0.74 0.49
Hex D9 21 3F 0 55 47 F 15E 4A 31
Octal 331 41 77 0 125 107 17 536 112 61
Binary 11011001 100001 111111 0 1010101 1000111 1111 101011110 1001010 110001

Color Harmonies of #D9213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9213F

Black with #D9213F

Text Example


Text Example

White with #D9213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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