Html Css Color HEX #F33012 Scarlet

📋 copy color: '#F33012'

red 243 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #F33012

Tints of Scarlet #F33012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 78.64%
G = 15.53%
B = 5.83%

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

#F33012 (or 0xF33012) is known color: Scarlet. HEX triplet: F3, 30 and 12. RGB value is (243,48,18). Sum of RGB (Red+Green+Blue) = 243+48+18=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F33012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33012 is #0CCFED. Grayscale: #676767. Windows color (decimal): -839662 or 1192179. OLE color: 1192179.

HSL color Cylindrical-coordinate representation of color #F33012: hue angle of 8º 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 #F33012 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 18 -
CMYK 0 0.80 0.93 0.05
HSL 0.9% 0.51% -
HSV(B) 0.93% 0.95% -
XYZ 38.13 21.21 2.66 -
YUV 102.89 80.1 227.94 -
System Red Green Blue C M Y K H S L
Decimal 243 48 18 0 0.80 0.93 0.05 8 0.9 0.51
Hex F3 30 12 0 50 5D 5 8 5A 33
Octal 363 60 22 0 120 135 5 10 132 63
Binary 11110011 110000 10010 0 1010000 1011101 101 1000 1011010 110011

Color Harmonies of #F33012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33012

Black with #F33012

Text Example


Text Example

White with #F33012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33012; }

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

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

background-color css

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

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

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

border-color css

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

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

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