Html Css Color HEX #E6410D Orange Red

📋 copy color: '#E6410D'

red 230 ◦ green 65 ◦ blue 13

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

Shades of Orange Red #E6410D

Tints of Orange Red #E6410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 74.68%
G = 21.1%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6410D (or 0xE6410D) is known color: Orange Red. HEX triplet: E6, 41 and 0D. RGB value is (230,65,13). Sum of RGB (Red+Green+Blue) = 230+65+13=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6410D is #19BEF2. Grayscale: #6C6C6C. Windows color (decimal): -1687283 or 868838. OLE color: 868838.

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

Color convert

RGB 230 65 13 -
CMYK 0 0.72 0.94 0.10
HSL 14.38º 0.89% 0.48% -
HSV(B) 14.38º 0.94% 0.9% -
XYZ 34.6 20.63 2.54 -
YUV 108.41 74.16 214.73 -
System Red Green Blue C M Y K H S L
Decimal 230 65 13 0 0.72 0.94 0.10 14.38 0.89 0.48
Hex E6 41 D 0 48 5E A E 59 30
Octal 346 101 15 0 110 136 12 16 131 60
Binary 11100110 1000001 1101 0 1001000 1011110 1010 1110 1011001 110000

Color Harmonies of #E6410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6410D

Black with #E6410D

Text Example


Text Example

White with #E6410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6410D; }

 p { color: rgb(230,65,13); }

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

background-color css

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

 a { background-color: rgb(230,65,13); }

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

border-color css

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

 span { border-color: rgb(230,65,13); }

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