#FF2C03

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

Shades of Scarlet #FF2C03

Tints of Scarlet #FF2C03

Color information

#FF2C03 (or 0xFF2C03) is unknown color: approx Scarlet. HEX triplet: FF, 2C and 03. RGB value is (255,44,3). Sum of RGB (Red+Green+Blue) = 255+44+3=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2C03 is #00D3FC. Grayscale: #666666. Windows color (decimal): -54269 or 208127. OLE color: 208127.

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

Color convert

RGB255443-
CMYK00.830.990
HSL9.76º100%50.59%-
HSV(B)9.76º98.82%100%-
XYZ42.1623.072.32-
YUV102.4271.9236.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 84.44%
GREEN value IS 44 (17.58% from 255) = 14.57%
BLUE value IS 3 (1.56% from 255) = 0.99%
R=84.44%
G=14.57%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25544300.830.9909.7610050.59
HexFF2C3053630a6433
Octal377543012314301214463
Binary1111111110110011010100111100011010101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2C03; }

 p { color: rgb(255,44,3); }

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

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

 a { background-color: rgb(255,44,3); }

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

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

 span { border-color: rgb(255,44,3); }

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