Html Css Color HEX #EF380D Orange Red

📋 copy color: '#EF380D'

red 239 ◦ green 56 ◦ blue 13

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

Shades of Orange Red #EF380D

Tints of Orange Red #EF380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 77.6%
G = 18.18%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF380D (or 0xEF380D) is known color: Orange Red. HEX triplet: EF, 38 and 0D. RGB value is (239,56,13). Sum of RGB (Red+Green+Blue) = 239+56+13=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF380D is #10C7F2. Grayscale: #6A6A6A. Windows color (decimal): -1099763 or 866543. OLE color: 866543.

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

Color convert

RGB 239 56 13 -
CMYK 0 0.77 0.95 0.06
HSL 11.42º 0.9% 0.49% -
HSV(B) 11.42º 0.95% 0.94% -
XYZ 37.08 21.21 2.52 -
YUV 105.82 75.63 223 -
System Red Green Blue C M Y K H S L
Decimal 239 56 13 0 0.77 0.95 0.06 11.42 0.9 0.49
Hex EF 38 D 0 4D 5F 6 B 5A 31
Octal 357 70 15 0 115 137 6 13 132 61
Binary 11101111 111000 1101 0 1001101 1011111 110 1011 1011010 110001

Color Harmonies of #EF380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF380D

Black with #EF380D

Text Example


Text Example

White with #EF380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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