Html Css Color HEX #E63F0B Orange Red

📋 copy color: '#E63F0B'

red 230 ◦ green 63 ◦ blue 11

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

Shades of Orange Red #E63F0B

Tints of Orange Red #E63F0B

RGB

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

 GREEN value IS 63 (25% from 255) = 20.72%

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

R = 75.66%
G = 20.72%
B = 3.62%

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

#E63F0B (or 0xE63F0B) is known color: Orange Red. HEX triplet: E6, 3F and 0B. RGB value is (230,63,11). Sum of RGB (Red+Green+Blue) = 230+63+11=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63F0B is #19C0F4. Grayscale: #6B6B6B. Windows color (decimal): -1687797 or 737254. OLE color: 737254.

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

Color convert

RGB 230 63 11 -
CMYK 0 0.73 0.95 0.10
HSL 14.25º 0.91% 0.47% -
HSV(B) 14.25º 0.95% 0.9% -
XYZ 34.47 20.4 2.44 -
YUV 107.01 73.83 215.73 -
System Red Green Blue C M Y K H S L
Decimal 230 63 11 0 0.73 0.95 0.10 14.25 0.91 0.47
Hex E6 3F B 0 49 5F A E 5B 2F
Octal 346 77 13 0 111 137 12 16 133 57
Binary 11100110 111111 1011 0 1001001 1011111 1010 1110 1011011 101111

Color Harmonies of #E63F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63F0B

Black with #E63F0B

Text Example


Text Example

White with #E63F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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