Html Css Color HEX #FF0F00 Red

📋 copy color: '#FF0F00'

red 255 ◦ green 15 ◦ blue 0

#FF0F00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #FF0F00

Tints of Red #FF0F00

RGB

 RED value IS 255 (100% from 255) = 94.44%

 GREEN value IS 15 (6.25% from 255) = 5.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.44%
G = 5.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF0F00 (or 0xFF0F00) is known color: Red. HEX triplet: FF, 0F and 00. RGB value is (255,15,0). Sum of RGB (Red+Green+Blue) = 255+15+0=270 (35% of max value = 765). Red value is 255 (100% from 255 or 94.44% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0F00 is #00F0FF. Grayscale: #555555. Windows color (decimal): -61696 or 4095. OLE color: 4095.

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

Color convert

RGB 255 15 0 -
CMYK 0 0.94 1 0
HSL 3.53º 1% 0.5% -
HSV(B) 3.53º 1% 1% -
XYZ 41.41 21.6 1.99 -
YUV 85.05 80.01 249.22 -
System Red Green Blue C M Y K H S L
Decimal 255 15 0 0 0.94 1 0 3.53 1 0.5
Hex FF F 0 0 5E 64 0 4 64 32
Octal 377 17 0 0 136 144 0 4 144 62
Binary 11111111 1111 0 0 1011110 1100100 0 100 1100100 110010

Color Harmonies of #FF0F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0F00

Black with #FF0F00

Text Example


Text Example

White with #FF0F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0F00; }

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

 H1.HeaderClassName
 {
   color: #FF0F00;
 }
 .AnyTagClassName
 {
   color: #FF0F00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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