Html Css Color HEX #EF4A12 Vermilion

📋 copy color: '#EF4A12'

red 239 ◦ green 74 ◦ blue 18

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

Shades of Vermilion #EF4A12

Tints of Vermilion #EF4A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 72.21%
G = 22.36%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4A12 (or 0xEF4A12) is known color: Vermilion. HEX triplet: EF, 4A and 12. RGB value is (239,74,18). Sum of RGB (Red+Green+Blue) = 239+74+18=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4A12 is #10B5ED. Grayscale: #757575. Windows color (decimal): -1095150 or 1198831. OLE color: 1198831.

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

Color convert

RGB 239 74 18 -
CMYK 0 0.69 0.92 0.06
HSL 15.2º 0.87% 0.5% -
HSV(B) 15.2º 0.92% 0.94% -
XYZ 38.15 23.29 3.06 -
YUV 116.95 72.16 215.05 -
System Red Green Blue C M Y K H S L
Decimal 239 74 18 0 0.69 0.92 0.06 15.2 0.87 0.5
Hex EF 4A 12 0 45 5C 6 F 57 32
Octal 357 112 22 0 105 134 6 17 127 62
Binary 11101111 1001010 10010 0 1000101 1011100 110 1111 1010111 110010

Color Harmonies of #EF4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4A12

Black with #EF4A12

Text Example


Text Example

White with #EF4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4A12; }

 p { color: rgb(239,74,18); }

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

background-color css

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

 a { background-color: rgb(239,74,18); }

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

border-color css

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

 span { border-color: rgb(239,74,18); }

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