Html Css Color HEX #F33116 Scarlet

📋 copy color: '#F33116'

red 243 ◦ green 49 ◦ blue 22

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

Shades of Scarlet #F33116

Tints of Scarlet #F33116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

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

R = 77.39%
G = 15.61%
B = 7.01%

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

#F33116 (or 0xF33116) is known color: Scarlet. HEX triplet: F3, 31 and 16. RGB value is (243,49,22). Sum of RGB (Red+Green+Blue) = 243+49+22=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F33116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33116 is #0CCEE9. Grayscale: #686868. Windows color (decimal): -839402 or 1454579. OLE color: 1454579.

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

Color convert

RGB 243 49 22 -
CMYK 0 0.80 0.91 0.05
HSL 7.33º 0.9% 0.52% -
HSV(B) 7.33º 0.91% 0.95% -
XYZ 38.21 21.31 2.86 -
YUV 103.93 81.77 227.2 -
System Red Green Blue C M Y K H S L
Decimal 243 49 22 0 0.80 0.91 0.05 7.33 0.9 0.52
Hex F3 31 16 0 50 5B 5 7 5A 34
Octal 363 61 26 0 120 133 5 7 132 64
Binary 11110011 110001 10110 0 1010000 1011011 101 111 1011010 110100

Color Harmonies of #F33116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33116

Black with #F33116

Text Example


Text Example

White with #F33116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33116; }

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

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

background-color css

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

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

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

border-color css

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

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

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