Html Css Color HEX #EB430C Orange Red

📋 copy color: '#EB430C'

red 235 ◦ green 67 ◦ blue 12

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

Shades of Orange Red #EB430C

Tints of Orange Red #EB430C

RGB

 RED value IS 235 (92.19% from 255) = 74.84%

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

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

R = 74.84%
G = 21.34%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB430C (or 0xEB430C) is known color: Orange Red. HEX triplet: EB, 43 and 0C. RGB value is (235,67,12). Sum of RGB (Red+Green+Blue) = 235+67+12=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB430C is #14BCF3. Grayscale: #6F6F6F. Windows color (decimal): -1359092 or 803819. OLE color: 803819.

HSL color Cylindrical-coordinate representation of color #EB430C: hue angle of 14.8º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB430C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 67 12 -
CMYK 0 0.71 0.95 0.08
HSL 14.8º 0.9% 0.48% -
HSV(B) 14.8º 0.95% 0.92% -
XYZ 36.33 21.7 2.62 -
YUV 110.96 72.16 216.47 -
System Red Green Blue C M Y K H S L
Decimal 235 67 12 0 0.71 0.95 0.08 14.8 0.9 0.48
Hex EB 43 C 0 47 5F 8 F 5A 30
Octal 353 103 14 0 107 137 10 17 132 60
Binary 11101011 1000011 1100 0 1000111 1011111 1000 1111 1011010 110000

Color Harmonies of #EB430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB430C

Black with #EB430C

Text Example


Text Example

White with #EB430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB430C; }

 p { color: rgb(235,67,12); }

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

background-color css

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

 a { background-color: rgb(235,67,12); }

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

border-color css

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

 span { border-color: rgb(235,67,12); }

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