Html Css Color HEX #EF3218 Scarlet

📋 copy color: '#EF3218'

red 239 ◦ green 50 ◦ blue 24

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

Shades of Scarlet #EF3218

Tints of Scarlet #EF3218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 76.36%
G = 15.97%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF3218 (or 0xEF3218) is known color: Scarlet. HEX triplet: EF, 32 and 18. RGB value is (239,50,24). Sum of RGB (Red+Green+Blue) = 239+50+24=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3218 is #10CDE7. Grayscale: #676767. Windows color (decimal): -1101288 or 1585903. OLE color: 1585903.

HSL color Cylindrical-coordinate representation of color #EF3218: hue angle of 7.26º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF3218 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 50 24 -
CMYK 0 0.79 0.90 0.06
HSL 7.26º 0.87% 0.52% -
HSV(B) 7.26º 0.9% 0.94% -
XYZ 36.9 20.7 2.91 -
YUV 103.55 83.12 224.61 -
System Red Green Blue C M Y K H S L
Decimal 239 50 24 0 0.79 0.90 0.06 7.26 0.87 0.52
Hex EF 32 18 0 4F 5A 6 7 57 34
Octal 357 62 30 0 117 132 6 7 127 64
Binary 11101111 110010 11000 0 1001111 1011010 110 111 1010111 110100

Color Harmonies of #EF3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3218

Black with #EF3218

Text Example


Text Example

White with #EF3218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3218; }

 p { color: rgb(239,50,24); }

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

background-color css

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

 a { background-color: rgb(239,50,24); }

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

border-color css

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

 span { border-color: rgb(239,50,24); }

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