Html Css Color HEX #F33011 Scarlet

📋 copy color: '#F33011'

red 243 ◦ green 48 ◦ blue 17

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

Shades of Scarlet #F33011

Tints of Scarlet #F33011

RGB

 RED value IS 243 (95.31% from 255) = 78.9%

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 78.9%
G = 15.58%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F33011 (or 0xF33011) is known color: Scarlet. HEX triplet: F3, 30 and 11. RGB value is (243,48,17). Sum of RGB (Red+Green+Blue) = 243+48+17=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F33011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33011 is #0CCFEE. Grayscale: #676767. Windows color (decimal): -839663 or 1126643. OLE color: 1126643.

HSL color Cylindrical-coordinate representation of color #F33011: hue angle of 8.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F33011 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 17 -
CMYK 0 0.80 0.93 0.05
HSL 8.23º 0.9% 0.51% -
HSV(B) 8.23º 0.93% 0.95% -
XYZ 38.12 21.21 2.61 -
YUV 102.77 79.6 228.02 -
System Red Green Blue C M Y K H S L
Decimal 243 48 17 0 0.80 0.93 0.05 8.23 0.9 0.51
Hex F3 30 11 0 50 5D 5 8 5A 33
Octal 363 60 21 0 120 135 5 10 132 63
Binary 11110011 110000 10001 0 1010000 1011101 101 1000 1011010 110011

Color Harmonies of #F33011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33011

Black with #F33011

Text Example


Text Example

White with #F33011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33011; }

 p { color: rgb(243,48,17); }

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

background-color css

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

 a { background-color: rgb(243,48,17); }

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

border-color css

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

 span { border-color: rgb(243,48,17); }

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