Html Css Color HEX #E6052D Crimson

📋 copy color: '#E6052D'

red 230 ◦ green 5 ◦ blue 45

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

Shades of Crimson #E6052D

Tints of Crimson #E6052D

RGB

 RED value IS 230 (90.23% from 255) = 82.14%

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

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 82.14%
G = 1.79%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6052D (or 0xE6052D) is known color: Crimson. HEX triplet: E6, 05 and 2D. RGB value is (230,5,45). Sum of RGB (Red+Green+Blue) = 230+5+45=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E6052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6052D is #19FAD2. Grayscale: #4C4C4C. Windows color (decimal): -1702611 or 2950630. OLE color: 2950630.

HSL color Cylindrical-coordinate representation of color #E6052D: hue angle of 349.33º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6052D is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 5 45 -
CMYK 0 0.98 0.80 0.10
HSL 349.33º 0.96% 0.46% -
HSV(B) 349.33º 0.98% 0.9% -
XYZ 33.16 17.12 4.04 -
YUV 76.84 110.04 237.25 -
System Red Green Blue C M Y K H S L
Decimal 230 5 45 0 0.98 0.80 0.10 349.33 0.96 0.46
Hex E6 5 2D 0 62 50 A 15D 60 2E
Octal 346 5 55 0 142 120 12 535 140 56
Binary 11100110 101 101101 0 1100010 1010000 1010 101011101 1100000 101110

Color Harmonies of #E6052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6052D

Black with #E6052D

Text Example


Text Example

White with #E6052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6052D; }

 p { color: rgb(230,5,45); }

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

background-color css

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

 a { background-color: rgb(230,5,45); }

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

border-color css

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

 span { border-color: rgb(230,5,45); }

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