#FF3D03

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

Shades of Orange Red #FF3D03

Tints of Orange Red #FF3D03

Color information

#FF3D03 (or 0xFF3D03) is unknown color: approx Orange Red. HEX triplet: FF, 3D and 03. RGB value is (255,61,3). Sum of RGB (Red+Green+Blue) = 255+61+3=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D03 is #00C2FC. Grayscale: #707070. Windows color (decimal): -49917 or 212479. OLE color: 212479.

HSL color Cylindrical-coordinate representation of color #FF3D03: hue angle of 13.81º 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 #FF3D03 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB255613-
CMYK00.760.990
HSL13.81º100%50.59%-
HSV(B)13.81º98.82%100%-
XYZ42.9324.62.57-
YUV112.3966.27229.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 79.94%
GREEN value IS 61 (24.22% from 255) = 19.12%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=79.94%
G=19.12%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25561300.760.99013.8110050.59
HexFF3D304C630e6433
Octal377753011414301614463
Binary1111111111110111010011001100011011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3D03; }

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

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

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

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

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

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

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

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