Html Css Color HEX #E6092D Crimson

📋 copy color: '#E6092D'

red 230 ◦ green 9 ◦ blue 45

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

Shades of Crimson #E6092D

Tints of Crimson #E6092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

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

R = 80.99%
G = 3.17%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6092D (or 0xE6092D) is known color: Crimson. HEX triplet: E6, 09 and 2D. RGB value is (230,9,45). Sum of RGB (Red+Green+Blue) = 230+9+45=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E6092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6092D is #19F6D2. Grayscale: #4F4F4F. Windows color (decimal): -1701587 or 2951654. OLE color: 2951654.

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

Color convert

RGB 230 9 45 -
CMYK 0 0.96 0.80 0.10
HSL 350.23º 0.92% 0.47% -
HSV(B) 350.23º 0.96% 0.9% -
XYZ 33.2 17.21 4.05 -
YUV 79.18 108.72 235.57 -
System Red Green Blue C M Y K H S L
Decimal 230 9 45 0 0.96 0.80 0.10 350.23 0.92 0.47
Hex E6 9 2D 0 60 50 A 15E 5C 2F
Octal 346 11 55 0 140 120 12 536 134 57
Binary 11100110 1001 101101 0 1100000 1010000 1010 101011110 1011100 101111

Color Harmonies of #E6092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6092D

Black with #E6092D

Text Example


Text Example

White with #E6092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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