Html Css Color HEX #D7053A Crimson

📋 copy color: '#D7053A'

red 215 ◦ green 5 ◦ blue 58

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

Shades of Crimson #D7053A

Tints of Crimson #D7053A

RGB

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

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

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

R = 77.34%
G = 1.8%
B = 20.86%

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

#D7053A (or 0xD7053A) is known color: Crimson. HEX triplet: D7, 05 and 3A. RGB value is (215,5,58). Sum of RGB (Red+Green+Blue) = 215+5+58=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D7053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7053A is #28FAC5. Grayscale: #494949. Windows color (decimal): -2685638 or 3802583. OLE color: 3802583.

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

Color convert

RGB 215 5 58 -
CMYK 0 0.98 0.73 0.16
HSL 344.86º 0.95% 0.43% -
HSV(B) 344.86º 0.98% 0.84% -
XYZ 28.84 14.86 5.35 -
YUV 73.83 119.07 228.69 -
System Red Green Blue C M Y K H S L
Decimal 215 5 58 0 0.98 0.73 0.16 344.86 0.95 0.43
Hex D7 5 3A 0 62 49 10 159 5F 2B
Octal 327 5 72 0 142 111 20 531 137 53
Binary 11010111 101 111010 0 1100010 1001001 10000 101011001 1011111 101011

Color Harmonies of #D7053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7053A

Black with #D7053A

Text Example


Text Example

White with #D7053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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