Html Css Color HEX #EC3B08 Orange Red

📋 copy color: '#EC3B08'

red 236 ◦ green 59 ◦ blue 8

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

Shades of Orange Red #EC3B08

Tints of Orange Red #EC3B08

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

 BLUE value IS 8 (3.52% from 255) = 2.64%

R = 77.89%
G = 19.47%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC3B08 (or 0xEC3B08) is known color: Orange Red. HEX triplet: EC, 3B and 08. RGB value is (236,59,8). Sum of RGB (Red+Green+Blue) = 236+59+8=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3B08 is #13C4F7. Grayscale: #6A6A6A. Windows color (decimal): -1295608 or 539628. OLE color: 539628.

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

Color convert

RGB 236 59 8 -
CMYK 0 0.75 0.97 0.07
HSL 13.42º 0.93% 0.48% -
HSV(B) 13.42º 0.97% 0.93% -
XYZ 36.2 20.98 2.37 -
YUV 106.11 72.64 220.65 -
System Red Green Blue C M Y K H S L
Decimal 236 59 8 0 0.75 0.97 0.07 13.42 0.93 0.48
Hex EC 3B 8 0 4B 61 7 D 5D 30
Octal 354 73 10 0 113 141 7 15 135 60
Binary 11101100 111011 1000 0 1001011 1100001 111 1101 1011101 110000

Color Harmonies of #EC3B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3B08

Black with #EC3B08

Text Example


Text Example

White with #EC3B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3B08; }

 p { color: rgb(236,59,8); }

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

background-color css

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

 a { background-color: rgb(236,59,8); }

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

border-color css

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

 span { border-color: rgb(236,59,8); }

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