Html Css Color HEX #EC430A Orange Red

📋 copy color: '#EC430A'

red 236 ◦ green 67 ◦ blue 10

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

Shades of Orange Red #EC430A

Tints of Orange Red #EC430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

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

R = 75.4%
G = 21.41%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC430A (or 0xEC430A) is known color: Orange Red. HEX triplet: EC, 43 and 0A. RGB value is (236,67,10). Sum of RGB (Red+Green+Blue) = 236+67+10=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC430A is #13BCF5. Grayscale: #6F6F6F. Windows color (decimal): -1293558 or 672748. OLE color: 672748.

HSL color Cylindrical-coordinate representation of color #EC430A: hue angle of 15.13º 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 #EC430A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 67 10 -
CMYK 0 0.72 0.96 0.07
HSL 15.13º 0.92% 0.48% -
HSV(B) 15.13º 0.96% 0.93% -
XYZ 36.65 21.87 2.58 -
YUV 111.03 70.99 217.13 -
System Red Green Blue C M Y K H S L
Decimal 236 67 10 0 0.72 0.96 0.07 15.13 0.92 0.48
Hex EC 43 A 0 48 60 7 F 5C 30
Octal 354 103 12 0 110 140 7 17 134 60
Binary 11101100 1000011 1010 0 1001000 1100000 111 1111 1011100 110000

Color Harmonies of #EC430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC430A

Black with #EC430A

Text Example


Text Example

White with #EC430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC430A; }

 p { color: rgb(236,67,10); }

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

background-color css

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

 a { background-color: rgb(236,67,10); }

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

border-color css

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

 span { border-color: rgb(236,67,10); }

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