Html Css Color HEX #FE120F Red

📋 copy color: '#FE120F'

red 254 ◦ green 18 ◦ blue 15

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

Shades of Red #FE120F

Tints of Red #FE120F

RGB

 RED value IS 254 (99.61% from 255) = 88.5%

 GREEN value IS 18 (7.42% from 255) = 6.27%

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 88.5%
G = 6.27%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE120F (or 0xFE120F) is known color: Red. HEX triplet: FE, 12 and 0F. RGB value is (254,18,15). Sum of RGB (Red+Green+Blue) = 254+18+15=287 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.50% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 254 - color contains mainly: red. Hex color #FE120F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE120F is #01EDF0. Grayscale: #585858. Windows color (decimal): -126449 or 987902. OLE color: 987902.

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

Color convert

RGB 254 18 15 -
CMYK 0 0.93 0.94 0.00
HSL 0.75º 0.99% 0.53% -
HSV(B) 0.75º 0.94% 1% -
XYZ 41.18 21.54 2.44 -
YUV 88.22 86.69 246.24 -
System Red Green Blue C M Y K H S L
Decimal 254 18 15 0 0.93 0.94 0.00 0.75 0.99 0.53
Hex FE 12 F 0 5D 5E 0 1 63 35
Octal 376 22 17 0 135 136 0 1 143 65
Binary 11111110 10010 1111 0 1011101 1011110 0 1 1100011 110101

Color Harmonies of #FE120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE120F

Black with #FE120F

Text Example


Text Example

White with #FE120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE120F; }

 p { color: rgb(254,18,15); }

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

background-color css

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

 a { background-color: rgb(254,18,15); }

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

border-color css

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

 span { border-color: rgb(254,18,15); }

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