Html Css Color HEX #F33416 Scarlet

📋 copy color: '#F33416'

red 243 ◦ green 52 ◦ blue 22

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

Shades of Scarlet #F33416

Tints of Scarlet #F33416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 76.66%
G = 16.4%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F33416 (or 0xF33416) is known color: Scarlet. HEX triplet: F3, 34 and 16. RGB value is (243,52,22). Sum of RGB (Red+Green+Blue) = 243+52+22=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F33416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33416 is #0CCBE9. Grayscale: #696969. Windows color (decimal): -838634 or 1455347. OLE color: 1455347.

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

Color convert

RGB 243 52 22 -
CMYK 0 0.79 0.91 0.05
HSL 8.14º 0.9% 0.52% -
HSV(B) 8.14º 0.91% 0.95% -
XYZ 38.33 21.57 2.9 -
YUV 105.69 80.78 225.94 -
System Red Green Blue C M Y K H S L
Decimal 243 52 22 0 0.79 0.91 0.05 8.14 0.9 0.52
Hex F3 34 16 0 4F 5B 5 8 5A 34
Octal 363 64 26 0 117 133 5 10 132 64
Binary 11110011 110100 10110 0 1001111 1011011 101 1000 1011010 110100

Color Harmonies of #F33416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33416

Black with #F33416

Text Example


Text Example

White with #F33416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33416; }

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

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

background-color css

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

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

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

border-color css

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

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

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