Html Css Color HEX #D5053A Crimson

📋 copy color: '#D5053A'

red 213 ◦ green 5 ◦ blue 58

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

Shades of Crimson #D5053A

Tints of Crimson #D5053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 77.17%
G = 1.81%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5053A (or 0xD5053A) is known color: Crimson. HEX triplet: D5, 05 and 3A. RGB value is (213,5,58). Sum of RGB (Red+Green+Blue) = 213+5+58=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5053A is #2AFAC5. Grayscale: #494949. Windows color (decimal): -2816710 or 3802581. OLE color: 3802581.

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

Color convert

RGB 213 5 58 -
CMYK 0 0.98 0.73 0.16
HSL 344.71º 0.95% 0.43% -
HSV(B) 344.71º 0.98% 0.84% -
XYZ 28.26 14.56 5.32 -
YUV 73.23 119.41 227.69 -
System Red Green Blue C M Y K H S L
Decimal 213 5 58 0 0.98 0.73 0.16 344.71 0.95 0.43
Hex D5 5 3A 0 62 49 10 159 5F 2B
Octal 325 5 72 0 142 111 20 531 137 53
Binary 11010101 101 111010 0 1100010 1001001 10000 101011001 1011111 101011

Color Harmonies of #D5053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5053A

Black with #D5053A

Text Example


Text Example

White with #D5053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5053A; }

 p { color: rgb(213,5,58); }

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

background-color css

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

 a { background-color: rgb(213,5,58); }

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

border-color css

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

 span { border-color: rgb(213,5,58); }

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