Html Css Color HEX #E63D0F Orange Red

📋 copy color: '#E63D0F'

red 230 ◦ green 61 ◦ blue 15

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

Shades of Orange Red #E63D0F

Tints of Orange Red #E63D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 75.16%
G = 19.93%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E63D0F (or 0xE63D0F) is known color: Orange Red. HEX triplet: E6, 3D and 0F. RGB value is (230,61,15). Sum of RGB (Red+Green+Blue) = 230+61+15=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E63D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63D0F is #19C2F0. Grayscale: #6A6A6A. Windows color (decimal): -1688305 or 998886. OLE color: 998886.

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

Color convert

RGB 230 61 15 -
CMYK 0 0.73 0.93 0.10
HSL 12.84º 0.88% 0.48% -
HSV(B) 12.84º 0.93% 0.9% -
XYZ 34.39 20.19 2.54 -
YUV 106.29 76.49 216.24 -
System Red Green Blue C M Y K H S L
Decimal 230 61 15 0 0.73 0.93 0.10 12.84 0.88 0.48
Hex E6 3D F 0 49 5D A D 58 30
Octal 346 75 17 0 111 135 12 15 130 60
Binary 11100110 111101 1111 0 1001001 1011101 1010 1101 1011000 110000

Color Harmonies of #E63D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63D0F

Black with #E63D0F

Text Example


Text Example

White with #E63D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63D0F; }

 p { color: rgb(230,61,15); }

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

background-color css

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

 a { background-color: rgb(230,61,15); }

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

border-color css

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

 span { border-color: rgb(230,61,15); }

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