Html Css Color HEX #F3350D Scarlet

📋 copy color: '#F3350D'

red 243 ◦ green 53 ◦ blue 13

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

Shades of Scarlet #F3350D

Tints of Scarlet #F3350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 78.64%
G = 17.15%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3350D (or 0xF3350D) is known color: Scarlet. HEX triplet: F3, 35 and 0D. RGB value is (243,53,13). Sum of RGB (Red+Green+Blue) = 243+53+13=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F3350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3350D is #0CCAF2. Grayscale: #696969. Windows color (decimal): -838387 or 865779. OLE color: 865779.

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

Color convert

RGB 243 53 13 -
CMYK 0 0.78 0.95 0.05
HSL 10.43º 0.91% 0.5% -
HSV(B) 10.43º 0.95% 0.95% -
XYZ 38.31 21.63 2.54 -
YUV 105.25 75.95 226.25 -
System Red Green Blue C M Y K H S L
Decimal 243 53 13 0 0.78 0.95 0.05 10.43 0.91 0.5
Hex F3 35 D 0 4E 5F 5 A 5B 32
Octal 363 65 15 0 116 137 5 12 133 62
Binary 11110011 110101 1101 0 1001110 1011111 101 1010 1011011 110010

Color Harmonies of #F3350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3350D

Black with #F3350D

Text Example


Text Example

White with #F3350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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