Html Css Color HEX #D5213C Crimson

📋 copy color: '#D5213C'

red 213 ◦ green 33 ◦ blue 60

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

Shades of Crimson #D5213C

Tints of Crimson #D5213C

RGB

 RED value IS 213 (83.59% from 255) = 69.61%

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

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 69.61%
G = 10.78%
B = 19.61%

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

#D5213C (or 0xD5213C) is known color: Crimson. HEX triplet: D5, 21 and 3C. RGB value is (213,33,60). Sum of RGB (Red+Green+Blue) = 213+33+60=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D5213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5213C is #2ADEC3. Grayscale: #595959. Windows color (decimal): -2809540 or 3940821. OLE color: 3940821.

HSL color Cylindrical-coordinate representation of color #D5213C: hue angle of 351º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5213C is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 60 -
CMYK 0 0.85 0.72 0.16
HSL 351º 0.73% 0.48% -
HSV(B) 351º 0.85% 0.84% -
XYZ 28.8 15.56 5.76 -
YUV 89.9 111.13 215.8 -
System Red Green Blue C M Y K H S L
Decimal 213 33 60 0 0.85 0.72 0.16 351 0.73 0.48
Hex D5 21 3C 0 55 48 10 15F 49 30
Octal 325 41 74 0 125 110 20 537 111 60
Binary 11010101 100001 111100 0 1010101 1001000 10000 101011111 1001001 110000

Color Harmonies of #D5213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5213C

Black with #D5213C

Text Example


Text Example

White with #D5213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5213C; }

 p { color: rgb(213,33,60); }

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

background-color css

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

 a { background-color: rgb(213,33,60); }

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

border-color css

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

 span { border-color: rgb(213,33,60); }

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