#FD340C

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

Shades of Scarlet #FD340C

Tints of Scarlet #FD340C

Color information

#FD340C (or 0xFD340C) is unknown color: approx Scarlet. HEX triplet: FD, 34 and 0C. RGB value is (253,52,12). Sum of RGB (Red+Green+Blue) = 253+52+12=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD340C is #02CBF3. Grayscale: #6B6B6B. Windows color (decimal): -183284 or 799997. OLE color: 799997.

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

Color convert

RGB2535212-
CMYK00.790.950.01
HSL9.96º98.37%51.96%-
HSV(B)9.96º95.26%99.22%-
XYZ41.823.372.65-
YUV107.5474.09231.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 79.81%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=79.81%
G=16.40%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253521200.790.950.019.9698.3751.96
HexFD34C04F5F1a6234
Octal3756414011713711214264
Binary111111011101001100010011111011111110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD340C; }

 p { color: rgb(253,52,12); }

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

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

 a { background-color: rgb(253,52,12); }

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

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

 span { border-color: rgb(253,52,12); }

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