#FF0C00

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

Shades of Red #FF0C00

Tints of Red #FF0C00

Color information

#FF0C00 (or 0xFF0C00) is unknown color: approx Red. HEX triplet: FF, 0C and 00. RGB value is (255,12,0). Sum of RGB (Red+Green+Blue) = 255+12+0=267 (35% of max value = 765). Red value is 255 (100% from 255 or 95.51% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0C00 is #00F3FF. Grayscale: #535353. Windows color (decimal): -62464 or 3327. OLE color: 3327.

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

Color convert

RGB255120-
CMYK00.9510
HSL2.82º100%50%-
HSV(B)2.82º100%100%-
XYZ41.3721.521.97-
YUV83.2981.01250.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 95.51%
GREEN value IS 12 (5.08% from 255) = 4.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.51%
G=4.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512000.95102.8210050
HexFFC005F64036432
Octal37714001371440314462
Binary11111111110000101111111001000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0C00; }

 p { color: rgb(255,12,0); }

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

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

 a { background-color: rgb(255,12,0); }

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

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

 span { border-color: rgb(255,12,0); }

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