Html Css Color HEX #E0602B Sorbus

📋 copy color: '#E0602B'

red 224 ◦ green 96 ◦ blue 43

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

Shades of Sorbus #E0602B

Tints of Sorbus #E0602B

RGB

 RED value IS 224 (87.89% from 255) = 61.71%

 GREEN value IS 96 (37.89% from 255) = 26.45%

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

R = 61.71%
G = 26.45%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0602B (or 0xE0602B) is known color: Sorbus. HEX triplet: E0, 60 and 2B. RGB value is (224,96,43). Sum of RGB (Red+Green+Blue) = 224+96+43=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E0602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0602B is #1F9FD4. Grayscale: #808080. Windows color (decimal): -2072533 or 2842848. OLE color: 2842848.

HSL color Cylindrical-coordinate representation of color #E0602B: hue angle of 17.57º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0602B is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 43 -
CMYK 0 0.57 0.81 0.12
HSL 17.57º 0.74% 0.52% -
HSV(B) 17.57º 0.81% 0.88% -
XYZ 35.36 24.39 5.13 -
YUV 128.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 224 96 43 0 0.57 0.81 0.12 17.57 0.74 0.52
Hex E0 60 2B 0 39 51 C 12 4A 34
Octal 340 140 53 0 71 121 14 22 112 64
Binary 11100000 1100000 101011 0 111001 1010001 1100 10010 1001010 110100

Color Harmonies of #E0602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0602B

Black with #E0602B

Text Example


Text Example

White with #E0602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0602B; }

 p { color: rgb(224,96,43); }

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

background-color css

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

 a { background-color: rgb(224,96,43); }

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

border-color css

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

 span { border-color: rgb(224,96,43); }

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