Html Css Color HEX #ED410D Orange Red

📋 copy color: '#ED410D'

red 237 ◦ green 65 ◦ blue 13

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

Shades of Orange Red #ED410D

Tints of Orange Red #ED410D

RGB

 RED value IS 237 (92.97% from 255) = 75.24%

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

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

R = 75.24%
G = 20.63%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED410D (or 0xED410D) is known color: Orange Red. HEX triplet: ED, 41 and 0D. RGB value is (237,65,13). Sum of RGB (Red+Green+Blue) = 237+65+13=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED410D is #12BEF2. Grayscale: #6E6E6E. Windows color (decimal): -1228531 or 868845. OLE color: 868845.

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

Color convert

RGB 237 65 13 -
CMYK 0 0.73 0.95 0.07
HSL 13.93º 0.9% 0.49% -
HSV(B) 13.93º 0.95% 0.93% -
XYZ 36.89 21.81 2.65 -
YUV 110.5 72.98 218.23 -
System Red Green Blue C M Y K H S L
Decimal 237 65 13 0 0.73 0.95 0.07 13.93 0.9 0.49
Hex ED 41 D 0 49 5F 7 E 5A 31
Octal 355 101 15 0 111 137 7 16 132 61
Binary 11101101 1000001 1101 0 1001001 1011111 111 1110 1011010 110001

Color Harmonies of #ED410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED410D

Black with #ED410D

Text Example


Text Example

White with #ED410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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