Html Css Color HEX #EF3813 Orange Red

📋 copy color: '#EF3813'

red 239 ◦ green 56 ◦ blue 19

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

Shades of Orange Red #EF3813

Tints of Orange Red #EF3813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 76.11%
G = 17.83%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF3813 (or 0xEF3813) is known color: Orange Red. HEX triplet: EF, 38 and 13. RGB value is (239,56,19). Sum of RGB (Red+Green+Blue) = 239+56+19=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3813 is #10C7EC. Grayscale: #6A6A6A. Windows color (decimal): -1099757 or 1259759. OLE color: 1259759.

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

Color convert

RGB 239 56 19 -
CMYK 0 0.77 0.92 0.06
HSL 10.09º 0.87% 0.51% -
HSV(B) 10.09º 0.92% 0.94% -
XYZ 37.13 21.23 2.76 -
YUV 106.5 78.63 222.51 -
System Red Green Blue C M Y K H S L
Decimal 239 56 19 0 0.77 0.92 0.06 10.09 0.87 0.51
Hex EF 38 13 0 4D 5C 6 A 57 33
Octal 357 70 23 0 115 134 6 12 127 63
Binary 11101111 111000 10011 0 1001101 1011100 110 1010 1010111 110011

Color Harmonies of #EF3813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3813

Black with #EF3813

Text Example


Text Example

White with #EF3813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3813; }

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

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

background-color css

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

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

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

border-color css

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

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

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