Html Css Color HEX #EF330B Scarlet

📋 copy color: '#EF330B'

red 239 ◦ green 51 ◦ blue 11

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

Shades of Scarlet #EF330B

Tints of Scarlet #EF330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 79.4%
G = 16.94%
B = 3.65%

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

#EF330B (or 0xEF330B) is known color: Scarlet. HEX triplet: EF, 33 and 0B. RGB value is (239,51,11). Sum of RGB (Red+Green+Blue) = 239+51+11=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF330B is #10CCF4. Grayscale: #676767. Windows color (decimal): -1101045 or 734191. OLE color: 734191.

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

Color convert

RGB 239 51 11 -
CMYK 0 0.79 0.95 0.06
HSL 10.53º 0.91% 0.49% -
HSV(B) 10.53º 0.95% 0.94% -
XYZ 36.84 20.74 2.38 -
YUV 102.65 76.28 225.25 -
System Red Green Blue C M Y K H S L
Decimal 239 51 11 0 0.79 0.95 0.06 10.53 0.91 0.49
Hex EF 33 B 0 4F 5F 6 B 5B 31
Octal 357 63 13 0 117 137 6 13 133 61
Binary 11101111 110011 1011 0 1001111 1011111 110 1011 1011011 110001

Color Harmonies of #EF330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF330B

Black with #EF330B

Text Example


Text Example

White with #EF330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF330B; }

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

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

background-color css

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

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

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

border-color css

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

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

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