Html Css Color HEX #ED380A Orange Red

📋 copy color: '#ED380A'

red 237 ◦ green 56 ◦ blue 10

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

Shades of Orange Red #ED380A

Tints of Orange Red #ED380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 78.22%
G = 18.48%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED380A (or 0xED380A) is known color: Orange Red. HEX triplet: ED, 38 and 0A. RGB value is (237,56,10). Sum of RGB (Red+Green+Blue) = 237+56+10=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED380A is #12C7F5. Grayscale: #696969. Windows color (decimal): -1230838 or 669933. OLE color: 669933.

HSL color Cylindrical-coordinate representation of color #ED380A: hue angle of 12.16º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED380A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 56 10 -
CMYK 0 0.76 0.96 0.07
HSL 12.16º 0.92% 0.48% -
HSV(B) 12.16º 0.96% 0.93% -
XYZ 36.39 20.85 2.39 -
YUV 104.88 74.47 222.24 -
System Red Green Blue C M Y K H S L
Decimal 237 56 10 0 0.76 0.96 0.07 12.16 0.92 0.48
Hex ED 38 A 0 4C 60 7 C 5C 30
Octal 355 70 12 0 114 140 7 14 134 60
Binary 11101101 111000 1010 0 1001100 1100000 111 1100 1011100 110000

Color Harmonies of #ED380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED380A

Black with #ED380A

Text Example


Text Example

White with #ED380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED380A; }

 p { color: rgb(237,56,10); }

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

background-color css

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

 a { background-color: rgb(237,56,10); }

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

border-color css

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

 span { border-color: rgb(237,56,10); }

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