Html Css Color HEX #E6093B Crimson

📋 copy color: '#E6093B'

red 230 ◦ green 9 ◦ blue 59

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

Shades of Crimson #E6093B

Tints of Crimson #E6093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 77.18%
G = 3.02%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6093B (or 0xE6093B) is known color: Crimson. HEX triplet: E6, 09 and 3B. RGB value is (230,9,59). Sum of RGB (Red+Green+Blue) = 230+9+59=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E6093B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6093B is #19F6C4. Grayscale: #505050. Windows color (decimal): -1701573 or 3869158. OLE color: 3869158.

HSL color Cylindrical-coordinate representation of color #E6093B: hue angle of 346.43º 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 #E6093B is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 59 -
CMYK 0 0.96 0.74 0.10
HSL 346.43º 0.92% 0.47% -
HSV(B) 346.43º 0.96% 0.9% -
XYZ 33.52 17.33 5.72 -
YUV 80.78 115.72 234.43 -
System Red Green Blue C M Y K H S L
Decimal 230 9 59 0 0.96 0.74 0.10 346.43 0.92 0.47
Hex E6 9 3B 0 60 4A A 15A 5C 2F
Octal 346 11 73 0 140 112 12 532 134 57
Binary 11100110 1001 111011 0 1100000 1001010 1010 101011010 1011100 101111

Color Harmonies of #E6093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6093B

Black with #E6093B

Text Example


Text Example

White with #E6093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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