Html Css Color HEX #D8213F Crimson

📋 copy color: '#D8213F'

red 216 ◦ green 33 ◦ blue 63

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

Shades of Crimson #D8213F

Tints of Crimson #D8213F

RGB

 RED value IS 216 (84.77% from 255) = 69.23%

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

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

R = 69.23%
G = 10.58%
B = 20.19%

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

#D8213F (or 0xD8213F) is known color: Crimson. HEX triplet: D8, 21 and 3F. RGB value is (216,33,63). Sum of RGB (Red+Green+Blue) = 216+33+63=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8213F is #27DEC0. Grayscale: #5B5B5B. Windows color (decimal): -2612929 or 4137432. OLE color: 4137432.

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

Color convert

RGB 216 33 63 -
CMYK 0 0.85 0.71 0.15
HSL 350.16º 0.73% 0.49% -
HSV(B) 350.16º 0.85% 0.85% -
XYZ 29.76 16.05 6.23 -
YUV 91.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 216 33 63 0 0.85 0.71 0.15 350.16 0.73 0.49
Hex D8 21 3F 0 55 47 F 15E 49 31
Octal 330 41 77 0 125 107 17 536 111 61
Binary 11011000 100001 111111 0 1010101 1000111 1111 101011110 1001001 110001

Color Harmonies of #D8213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8213F

Black with #D8213F

Text Example


Text Example

White with #D8213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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