Html Css Color HEX #D7213D Crimson

📋 copy color: '#D7213D'

red 215 ◦ green 33 ◦ blue 61

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

Shades of Crimson #D7213D

Tints of Crimson #D7213D

RGB

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

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

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

R = 69.58%
G = 10.68%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7213D (or 0xD7213D) is known color: Crimson. HEX triplet: D7, 21 and 3D. RGB value is (215,33,61). Sum of RGB (Red+Green+Blue) = 215+33+61=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7213D is #28DEC2. Grayscale: #5A5A5A. Windows color (decimal): -2678467 or 4006359. OLE color: 4006359.

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

Color convert

RGB 215 33 61 -
CMYK 0 0.85 0.72 0.16
HSL 350.77º 0.73% 0.49% -
HSV(B) 350.77º 0.85% 0.84% -
XYZ 29.41 15.87 5.93 -
YUV 90.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 215 33 61 0 0.85 0.72 0.16 350.77 0.73 0.49
Hex D7 21 3D 0 55 48 10 15F 49 31
Octal 327 41 75 0 125 110 20 537 111 61
Binary 11010111 100001 111101 0 1010101 1001000 10000 101011111 1001001 110001

Color Harmonies of #D7213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7213D

Black with #D7213D

Text Example


Text Example

White with #D7213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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