Html Css Color HEX #ED440C Orange Red

📋 copy color: '#ED440C'

red 237 ◦ green 68 ◦ blue 12

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

Shades of Orange Red #ED440C

Tints of Orange Red #ED440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 74.76%
G = 21.45%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED440C (or 0xED440C) is known color: Orange Red. HEX triplet: ED, 44 and 0C. RGB value is (237,68,12). Sum of RGB (Red+Green+Blue) = 237+68+12=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED440C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED440C is #12BBF3. Grayscale: #707070. Windows color (decimal): -1227764 or 804077. OLE color: 804077.

HSL color Cylindrical-coordinate representation of color #ED440C: hue angle of 14.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 #ED440C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 68 12 -
CMYK 0 0.71 0.95 0.07
HSL 14.93º 0.9% 0.49% -
HSV(B) 14.93º 0.95% 0.93% -
XYZ 37.06 22.17 2.67 -
YUV 112.15 71.49 217.05 -
System Red Green Blue C M Y K H S L
Decimal 237 68 12 0 0.71 0.95 0.07 14.93 0.9 0.49
Hex ED 44 C 0 47 5F 7 F 5A 31
Octal 355 104 14 0 107 137 7 17 132 61
Binary 11101101 1000100 1100 0 1000111 1011111 111 1111 1011010 110001

Color Harmonies of #ED440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED440C

Black with #ED440C

Text Example


Text Example

White with #ED440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED440C; }

 p { color: rgb(237,68,12); }

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

background-color css

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

 a { background-color: rgb(237,68,12); }

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

border-color css

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

 span { border-color: rgb(237,68,12); }

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