Html Css Color HEX #E63C0B Orange Red

📋 copy color: '#E63C0B'

red 230 ◦ green 60 ◦ blue 11

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

Shades of Orange Red #E63C0B

Tints of Orange Red #E63C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

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

R = 76.41%
G = 19.93%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E63C0B (or 0xE63C0B) is known color: Orange Red. HEX triplet: E6, 3C and 0B. RGB value is (230,60,11). Sum of RGB (Red+Green+Blue) = 230+60+11=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63C0B is #19C3F4. Grayscale: #696969. Windows color (decimal): -1688565 or 736486. OLE color: 736486.

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

Color convert

RGB 230 60 11 -
CMYK 0 0.74 0.95 0.10
HSL 13.42º 0.91% 0.47% -
HSV(B) 13.42º 0.95% 0.9% -
XYZ 34.31 20.08 2.38 -
YUV 105.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 230 60 11 0 0.74 0.95 0.10 13.42 0.91 0.47
Hex E6 3C B 0 4A 5F A D 5B 2F
Octal 346 74 13 0 112 137 12 15 133 57
Binary 11100110 111100 1011 0 1001010 1011111 1010 1101 1011011 101111

Color Harmonies of #E63C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63C0B

Black with #E63C0B

Text Example


Text Example

White with #E63C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63C0B; }

 p { color: rgb(230,60,11); }

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

background-color css

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

 a { background-color: rgb(230,60,11); }

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

border-color css

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

 span { border-color: rgb(230,60,11); }

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