Html Css Color HEX #D8213D Crimson

📋 copy color: '#D8213D'

red 216 ◦ green 33 ◦ blue 61

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

Shades of Crimson #D8213D

Tints of Crimson #D8213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 69.68%
G = 10.65%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8213D (or 0xD8213D) is known color: Crimson. HEX triplet: D8, 21 and 3D. RGB value is (216,33,61). Sum of RGB (Red+Green+Blue) = 216+33+61=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8213D is #27DEC2. Grayscale: #5A5A5A. Windows color (decimal): -2612931 or 4006360. OLE color: 4006360.

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

Color convert

RGB 216 33 61 -
CMYK 0 0.85 0.72 0.15
HSL 350.82º 0.73% 0.49% -
HSV(B) 350.82º 0.85% 0.85% -
XYZ 29.71 16.02 5.94 -
YUV 90.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 216 33 61 0 0.85 0.72 0.15 350.82 0.73 0.49
Hex D8 21 3D 0 55 48 F 15F 49 31
Octal 330 41 75 0 125 110 17 537 111 61
Binary 11011000 100001 111101 0 1010101 1001000 1111 101011111 1001001 110001

Color Harmonies of #D8213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8213D

Black with #D8213D

Text Example


Text Example

White with #D8213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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