Html Css Color HEX #E6092B Crimson

📋 copy color: '#E6092B'

red 230 ◦ green 9 ◦ blue 43

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

Shades of Crimson #E6092B

Tints of Crimson #E6092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 81.56%
G = 3.19%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6092B (or 0xE6092B) is known color: Crimson. HEX triplet: E6, 09 and 2B. RGB value is (230,9,43). Sum of RGB (Red+Green+Blue) = 230+9+43=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E6092B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6092B is #19F6D4. Grayscale: #4F4F4F. Windows color (decimal): -1701589 or 2820582. OLE color: 2820582.

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

Color convert

RGB 230 9 43 -
CMYK 0 0.96 0.81 0.10
HSL 350.77º 0.92% 0.47% -
HSV(B) 350.77º 0.96% 0.9% -
XYZ 33.17 17.19 3.86 -
YUV 78.96 107.72 235.74 -
System Red Green Blue C M Y K H S L
Decimal 230 9 43 0 0.96 0.81 0.10 350.77 0.92 0.47
Hex E6 9 2B 0 60 51 A 15F 5C 2F
Octal 346 11 53 0 140 121 12 537 134 57
Binary 11100110 1001 101011 0 1100000 1010001 1010 101011111 1011100 101111

Color Harmonies of #E6092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6092B

Black with #E6092B

Text Example


Text Example

White with #E6092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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