Html Css Color HEX #D5053C Crimson

📋 copy color: '#D5053C'

red 213 ◦ green 5 ◦ blue 60

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

Shades of Crimson #D5053C

Tints of Crimson #D5053C

RGB

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

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

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

R = 76.62%
G = 1.8%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5053C (or 0xD5053C) is known color: Crimson. HEX triplet: D5, 05 and 3C. RGB value is (213,5,60). Sum of RGB (Red+Green+Blue) = 213+5+60=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5053C is #2AFAC3. Grayscale: #494949. Windows color (decimal): -2816708 or 3933653. OLE color: 3933653.

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

Color convert

RGB 213 5 60 -
CMYK 0 0.98 0.72 0.16
HSL 344.13º 0.95% 0.43% -
HSV(B) 344.13º 0.98% 0.84% -
XYZ 28.31 14.58 5.6 -
YUV 73.46 120.41 227.53 -
System Red Green Blue C M Y K H S L
Decimal 213 5 60 0 0.98 0.72 0.16 344.13 0.95 0.43
Hex D5 5 3C 0 62 48 10 158 5F 2B
Octal 325 5 74 0 142 110 20 530 137 53
Binary 11010101 101 111100 0 1100010 1001000 10000 101011000 1011111 101011

Color Harmonies of #D5053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5053C

Black with #D5053C

Text Example


Text Example

White with #D5053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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