Html Css Color HEX #EF3315 Scarlet

📋 copy color: '#EF3315'

red 239 ◦ green 51 ◦ blue 21

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

Shades of Scarlet #EF3315

Tints of Scarlet #EF3315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 76.85%
G = 16.4%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF3315 (or 0xEF3315) is known color: Scarlet. HEX triplet: EF, 33 and 15. RGB value is (239,51,21). Sum of RGB (Red+Green+Blue) = 239+51+21=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3315 is #10CCEA. Grayscale: #686868. Windows color (decimal): -1101035 or 1389551. OLE color: 1389551.

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

Color convert

RGB 239 51 21 -
CMYK 0 0.79 0.91 0.06
HSL 8.26º 0.87% 0.51% -
HSV(B) 8.26º 0.91% 0.94% -
XYZ 36.92 20.77 2.77 -
YUV 103.79 81.28 224.44 -
System Red Green Blue C M Y K H S L
Decimal 239 51 21 0 0.79 0.91 0.06 8.26 0.87 0.51
Hex EF 33 15 0 4F 5B 6 8 57 33
Octal 357 63 25 0 117 133 6 10 127 63
Binary 11101111 110011 10101 0 1001111 1011011 110 1000 1010111 110011

Color Harmonies of #EF3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3315

Black with #EF3315

Text Example


Text Example

White with #EF3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3315; }

 p { color: rgb(239,51,21); }

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

background-color css

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

 a { background-color: rgb(239,51,21); }

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

border-color css

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

 span { border-color: rgb(239,51,21); }

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