Html Css Color HEX #D9213E Crimson

📋 copy color: '#D9213E'

red 217 ◦ green 33 ◦ blue 62

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

Shades of Crimson #D9213E

Tints of Crimson #D9213E

RGB

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

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

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

R = 69.55%
G = 10.58%
B = 19.87%

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

#D9213E (or 0xD9213E) is known color: Crimson. HEX triplet: D9, 21 and 3E. RGB value is (217,33,62). Sum of RGB (Red+Green+Blue) = 217+33+62=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9213E is #26DEC1. Grayscale: #5B5B5B. Windows color (decimal): -2547394 or 4071897. OLE color: 4071897.

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

Color convert

RGB 217 33 62 -
CMYK 0 0.85 0.71 0.15
HSL 350.54º 0.74% 0.49% -
HSV(B) 350.54º 0.85% 0.85% -
XYZ 30.03 16.19 6.1 -
YUV 91.32 111.46 217.64 -
System Red Green Blue C M Y K H S L
Decimal 217 33 62 0 0.85 0.71 0.15 350.54 0.74 0.49
Hex D9 21 3E 0 55 47 F 15F 4A 31
Octal 331 41 76 0 125 107 17 537 112 61
Binary 11011001 100001 111110 0 1010101 1000111 1111 101011111 1001010 110001

Color Harmonies of #D9213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9213E

Black with #D9213E

Text Example


Text Example

White with #D9213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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