Html Css Color HEX #EF380A Orange Red

📋 copy color: '#EF380A'

red 239 ◦ green 56 ◦ blue 10

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

Shades of Orange Red #EF380A

Tints of Orange Red #EF380A

RGB

 RED value IS 239 (93.75% from 255) = 78.36%

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

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

R = 78.36%
G = 18.36%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF380A (or 0xEF380A) is known color: Orange Red. HEX triplet: EF, 38 and 0A. RGB value is (239,56,10). Sum of RGB (Red+Green+Blue) = 239+56+10=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF380A is #10C7F5. Grayscale: #696969. Windows color (decimal): -1099766 or 669935. OLE color: 669935.

HSL color Cylindrical-coordinate representation of color #EF380A: hue angle of 12.05º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF380A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 56 10 -
CMYK 0 0.77 0.96 0.06
HSL 12.05º 0.92% 0.49% -
HSV(B) 12.05º 0.96% 0.94% -
XYZ 37.07 21.2 2.43 -
YUV 105.47 74.13 223.24 -
System Red Green Blue C M Y K H S L
Decimal 239 56 10 0 0.77 0.96 0.06 12.05 0.92 0.49
Hex EF 38 A 0 4D 60 6 C 5C 31
Octal 357 70 12 0 115 140 6 14 134 61
Binary 11101111 111000 1010 0 1001101 1100000 110 1100 1011100 110001

Color Harmonies of #EF380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF380A

Black with #EF380A

Text Example


Text Example

White with #EF380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF380A; }

 p { color: rgb(239,56,10); }

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

background-color css

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

 a { background-color: rgb(239,56,10); }

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

border-color css

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

 span { border-color: rgb(239,56,10); }

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