Html Css Color HEX #EC380B Orange Red

📋 copy color: '#EC380B'

red 236 ◦ green 56 ◦ blue 11

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

Shades of Orange Red #EC380B

Tints of Orange Red #EC380B

RGB

 RED value IS 236 (92.58% from 255) = 77.89%

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

 BLUE value IS 11 (4.69% from 255) = 3.63%

R = 77.89%
G = 18.48%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC380B (or 0xEC380B) is known color: Orange Red. HEX triplet: EC, 38 and 0B. RGB value is (236,56,11). Sum of RGB (Red+Green+Blue) = 236+56+11=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC380B is #13C7F4. Grayscale: #696969. Windows color (decimal): -1296373 or 735468. OLE color: 735468.

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

Color convert

RGB 236 56 11 -
CMYK 0 0.76 0.95 0.07
HSL 12º 0.91% 0.48% -
HSV(B) 12º 0.95% 0.93% -
XYZ 36.07 20.69 2.41 -
YUV 104.69 75.13 221.66 -
System Red Green Blue C M Y K H S L
Decimal 236 56 11 0 0.76 0.95 0.07 12 0.91 0.48
Hex EC 38 B 0 4C 5F 7 C 5B 30
Octal 354 70 13 0 114 137 7 14 133 60
Binary 11101100 111000 1011 0 1001100 1011111 111 1100 1011011 110000

Color Harmonies of #EC380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC380B

Black with #EC380B

Text Example


Text Example

White with #EC380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC380B; }

 p { color: rgb(236,56,11); }

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

background-color css

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

 a { background-color: rgb(236,56,11); }

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

border-color css

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

 span { border-color: rgb(236,56,11); }

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