Html Css Color HEX #EF330C Scarlet

📋 copy color: '#EF330C'

red 239 ◦ green 51 ◦ blue 12

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

Shades of Scarlet #EF330C

Tints of Scarlet #EF330C

RGB

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

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

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

R = 79.14%
G = 16.89%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF330C (or 0xEF330C) is known color: Scarlet. HEX triplet: EF, 33 and 0C. RGB value is (239,51,12). Sum of RGB (Red+Green+Blue) = 239+51+12=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF330C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF330C is #10CCF3. Grayscale: #676767. Windows color (decimal): -1101044 or 799727. OLE color: 799727.

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

Color convert

RGB 239 51 12 -
CMYK 0 0.79 0.95 0.06
HSL 10.31º 0.9% 0.49% -
HSV(B) 10.31º 0.95% 0.94% -
XYZ 36.85 20.74 2.41 -
YUV 102.77 76.78 225.17 -
System Red Green Blue C M Y K H S L
Decimal 239 51 12 0 0.79 0.95 0.06 10.31 0.9 0.49
Hex EF 33 C 0 4F 5F 6 A 5A 31
Octal 357 63 14 0 117 137 6 12 132 61
Binary 11101111 110011 1100 0 1001111 1011111 110 1010 1011010 110001

Color Harmonies of #EF330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF330C

Black with #EF330C

Text Example


Text Example

White with #EF330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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