Html Css Color HEX #D5204A Crimson

📋 copy color: '#D5204A'

red 213 ◦ green 32 ◦ blue 74

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

Shades of Crimson #D5204A

Tints of Crimson #D5204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 66.77%
G = 10.03%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5204A (or 0xD5204A) is known color: Crimson. HEX triplet: D5, 20 and 4A. RGB value is (213,32,74). Sum of RGB (Red+Green+Blue) = 213+32+74=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D5204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5204A is #2ADFB5. Grayscale: #5A5A5A. Windows color (decimal): -2809782 or 4858069. OLE color: 4858069.

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

Color convert

RGB 213 32 74 -
CMYK 0 0.85 0.65 0.16
HSL 346.08º 0.74% 0.48% -
HSV(B) 346.08º 0.85% 0.84% -
XYZ 29.19 15.67 7.97 -
YUV 90.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 213 32 74 0 0.85 0.65 0.16 346.08 0.74 0.48
Hex D5 20 4A 0 55 41 10 15A 4A 30
Octal 325 40 112 0 125 101 20 532 112 60
Binary 11010101 100000 1001010 0 1010101 1000001 10000 101011010 1001010 110000

Color Harmonies of #D5204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5204A

Black with #D5204A

Text Example


Text Example

White with #D5204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5204A; }

 p { color: rgb(213,32,74); }

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

background-color css

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

 a { background-color: rgb(213,32,74); }

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

border-color css

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

 span { border-color: rgb(213,32,74); }

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