Html Css Color HEX #EF340C Scarlet

📋 copy color: '#EF340C'

red 239 ◦ green 52 ◦ blue 12

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

Shades of Scarlet #EF340C

Tints of Scarlet #EF340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 78.88%
G = 17.16%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF340C (or 0xEF340C) is known color: Scarlet. HEX triplet: EF, 34 and 0C. RGB value is (239,52,12). Sum of RGB (Red+Green+Blue) = 239+52+12=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF340C is #10CBF3. Grayscale: #676767. Windows color (decimal): -1100788 or 799983. OLE color: 799983.

HSL color Cylindrical-coordinate representation of color #EF340C: hue angle of 10.57º 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 #EF340C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 52 12 -
CMYK 0 0.78 0.95 0.06
HSL 10.57º 0.9% 0.49% -
HSV(B) 10.57º 0.95% 0.94% -
XYZ 36.89 20.83 2.42 -
YUV 103.35 76.45 224.75 -
System Red Green Blue C M Y K H S L
Decimal 239 52 12 0 0.78 0.95 0.06 10.57 0.9 0.49
Hex EF 34 C 0 4E 5F 6 B 5A 31
Octal 357 64 14 0 116 137 6 13 132 61
Binary 11101111 110100 1100 0 1001110 1011111 110 1011 1011010 110001

Color Harmonies of #EF340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF340C

Black with #EF340C

Text Example


Text Example

White with #EF340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF340C; }

 p { color: rgb(239,52,12); }

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

background-color css

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

 a { background-color: rgb(239,52,12); }

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

border-color css

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

 span { border-color: rgb(239,52,12); }

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