Html Css Color HEX #F33513 Scarlet

📋 copy color: '#F33513'

red 243 ◦ green 53 ◦ blue 19

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

Shades of Scarlet #F33513

Tints of Scarlet #F33513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

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

R = 77.14%
G = 16.83%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F33513 (or 0xF33513) is known color: Scarlet. HEX triplet: F3, 35 and 13. RGB value is (243,53,19). Sum of RGB (Red+Green+Blue) = 243+53+19=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F33513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33513 is #0CCAEC. Grayscale: #6A6A6A. Windows color (decimal): -838381 or 1258995. OLE color: 1258995.

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

Color convert

RGB 243 53 19 -
CMYK 0 0.78 0.92 0.05
HSL 9.11º 0.9% 0.51% -
HSV(B) 9.11º 0.92% 0.95% -
XYZ 38.35 21.65 2.77 -
YUV 105.93 78.95 225.76 -
System Red Green Blue C M Y K H S L
Decimal 243 53 19 0 0.78 0.92 0.05 9.11 0.9 0.51
Hex F3 35 13 0 4E 5C 5 9 5A 33
Octal 363 65 23 0 116 134 5 11 132 63
Binary 11110011 110101 10011 0 1001110 1011100 101 1001 1011010 110011

Color Harmonies of #F33513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33513

Black with #F33513

Text Example


Text Example

White with #F33513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33513; }

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

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

background-color css

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

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

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

border-color css

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

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

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