Html Css Color HEX #EF330A Scarlet

📋 copy color: '#EF330A'

red 239 ◦ green 51 ◦ blue 10

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

Shades of Scarlet #EF330A

Tints of Scarlet #EF330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 79.67%
G = 17%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF330A (or 0xEF330A) is known color: Scarlet. HEX triplet: EF, 33 and 0A. RGB value is (239,51,10). Sum of RGB (Red+Green+Blue) = 239+51+10=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF330A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF330A is #10CCF5. Grayscale: #666666. Windows color (decimal): -1101046 or 668655. OLE color: 668655.

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

Color convert

RGB 239 51 10 -
CMYK 0 0.79 0.96 0.06
HSL 10.74º 0.92% 0.49% -
HSV(B) 10.74º 0.96% 0.94% -
XYZ 36.84 20.74 2.35 -
YUV 102.54 75.78 225.33 -
System Red Green Blue C M Y K H S L
Decimal 239 51 10 0 0.79 0.96 0.06 10.74 0.92 0.49
Hex EF 33 A 0 4F 60 6 B 5C 31
Octal 357 63 12 0 117 140 6 13 134 61
Binary 11101111 110011 1010 0 1001111 1100000 110 1011 1011100 110001

Color Harmonies of #EF330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF330A

Black with #EF330A

Text Example


Text Example

White with #EF330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF330A; }

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

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

background-color css

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

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

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

border-color css

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

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

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