Html Css Color HEX #F33013 Scarlet

📋 copy color: '#F33013'

red 243 ◦ green 48 ◦ blue 19

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

Shades of Scarlet #F33013

Tints of Scarlet #F33013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.13%

R = 78.39%
G = 15.48%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F33013 (or 0xF33013) is known color: Scarlet. HEX triplet: F3, 30 and 13. RGB value is (243,48,19). Sum of RGB (Red+Green+Blue) = 243+48+19=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F33013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33013 is #0CCFEC. Grayscale: #676767. Windows color (decimal): -839661 or 1257715. OLE color: 1257715.

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

Color convert

RGB 243 48 19 -
CMYK 0 0.80 0.92 0.05
HSL 7.77º 0.9% 0.51% -
HSV(B) 7.77º 0.92% 0.95% -
XYZ 38.14 21.22 2.7 -
YUV 103 80.6 227.86 -
System Red Green Blue C M Y K H S L
Decimal 243 48 19 0 0.80 0.92 0.05 7.77 0.9 0.51
Hex F3 30 13 0 50 5C 5 8 5A 33
Octal 363 60 23 0 120 134 5 10 132 63
Binary 11110011 110000 10011 0 1010000 1011100 101 1000 1011010 110011

Color Harmonies of #F33013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33013

Black with #F33013

Text Example


Text Example

White with #F33013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33013; }

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

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

background-color css

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

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

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

border-color css

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

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

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