Html Css Color HEX #F33016 Scarlet

📋 copy color: '#F33016'

red 243 ◦ green 48 ◦ blue 22

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

Shades of Scarlet #F33016

Tints of Scarlet #F33016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 77.64%
G = 15.34%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F33016 (or 0xF33016) is known color: Scarlet. HEX triplet: F3, 30 and 16. RGB value is (243,48,22). Sum of RGB (Red+Green+Blue) = 243+48+22=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F33016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33016 is #0CCFE9. Grayscale: #676767. Windows color (decimal): -839658 or 1454323. OLE color: 1454323.

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

Color convert

RGB 243 48 22 -
CMYK 0 0.80 0.91 0.05
HSL 7.06º 0.9% 0.52% -
HSV(B) 7.06º 0.91% 0.95% -
XYZ 38.16 21.23 2.84 -
YUV 103.34 82.1 227.61 -
System Red Green Blue C M Y K H S L
Decimal 243 48 22 0 0.80 0.91 0.05 7.06 0.9 0.52
Hex F3 30 16 0 50 5B 5 7 5A 34
Octal 363 60 26 0 120 133 5 7 132 64
Binary 11110011 110000 10110 0 1010000 1011011 101 111 1011010 110100

Color Harmonies of #F33016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33016

Black with #F33016

Text Example


Text Example

White with #F33016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33016; }

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

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

background-color css

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

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

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

border-color css

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

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

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