#F32A02

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

Shades of Scarlet #F32A02

Tints of Scarlet #F32A02

Color information

#F32A02 (or 0xF32A02) is unknown color: approx Scarlet. HEX triplet: F3, 2A and 02. RGB value is (243,42,2). Sum of RGB (Red+Green+Blue) = 243+42+2=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32A02 is #0CD5FD. Grayscale: #616161. Windows color (decimal): -841214 or 142067. OLE color: 142067.

HSL color Cylindrical-coordinate representation of color #F32A02: hue angle of 9.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F32A02 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB243422-
CMYK00.830.990.05
HSL9.96º98.37%48.04%-
HSV(B)9.96º99.18%95.29%-
XYZ37.820.712.06-
YUV97.5474.09231.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 84.67%
GREEN value IS 42 (16.80% from 255) = 14.63%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=84.67%
G=14.63%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24342200.830.990.059.9698.3748.04
HexF32A2053635a6230
Octal363522012314351214260
Binary111100111010101001010011110001110110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32A02; }

 p { color: rgb(243,42,2); }

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

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

 a { background-color: rgb(243,42,2); }

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

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

 span { border-color: rgb(243,42,2); }

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