#F3280A

Color #F3280A Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F3280A

Tints of Scarlet #F3280A

Color information

#F3280A (or 0xF3280A) is unknown color: approx Scarlet. HEX triplet: F3, 28 and 0A. RGB value is (243,40,10). Sum of RGB (Red+Green+Blue) = 243+40+10=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F3280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3280A is #0CD7F5. Grayscale: #616161. Windows color (decimal): -841718 or 665843. OLE color: 665843.

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

Color convert

RGB2434010-
CMYK00.840.960.05
HSL7.73º92.09%49.61%-
HSV(B)7.73º95.88%95.29%-
XYZ37.7820.592.27-
YUV97.2878.75231.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 82.94%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 10 (4.30% from 255) = 3.41%
R=82.94%
G=13.65%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243401000.840.960.057.7392.0949.61
HexF328A05460585c32
Octal3635012012414051013462
Binary11110011101000101001010100110000010110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3280A; }

 p { color: rgb(243,40,10); }

 H1.HeaderClassName
 {
   color: #F3280A;
 }
 .AnyTagClassName
 {
   color: #F3280A;
 }
</style>
background-color css

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

 a { background-color: rgb(243,40,10); }

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

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

 span { border-color: rgb(243,40,10); }

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