Html Css Color HEX #E53D0B Orange Red

📋 copy color: '#E53D0B'

red 229 ◦ green 61 ◦ blue 11

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

Shades of Orange Red #E53D0B

Tints of Orange Red #E53D0B

RGB

 RED value IS 229 (89.84% from 255) = 76.08%

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 76.08%
G = 20.27%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E53D0B (or 0xE53D0B) is known color: Orange Red. HEX triplet: E5, 3D and 0B. RGB value is (229,61,11). Sum of RGB (Red+Green+Blue) = 229+61+11=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53D0B is #1AC2F4. Grayscale: #696969. Windows color (decimal): -1753845 or 736741. OLE color: 736741.

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

Color convert

RGB 229 61 11 -
CMYK 0 0.73 0.95 0.10
HSL 13.76º 0.91% 0.47% -
HSV(B) 13.76º 0.95% 0.9% -
XYZ 34.04 20.02 2.39 -
YUV 105.53 74.66 216.07 -
System Red Green Blue C M Y K H S L
Decimal 229 61 11 0 0.73 0.95 0.10 13.76 0.91 0.47
Hex E5 3D B 0 49 5F A E 5B 2F
Octal 345 75 13 0 111 137 12 16 133 57
Binary 11100101 111101 1011 0 1001001 1011111 1010 1110 1011011 101111

Color Harmonies of #E53D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53D0B

Black with #E53D0B

Text Example


Text Example

White with #E53D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53D0B; }

 p { color: rgb(229,61,11); }

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

background-color css

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

 a { background-color: rgb(229,61,11); }

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

border-color css

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

 span { border-color: rgb(229,61,11); }

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