Html Css Color HEX #FE120A Red

📋 copy color: '#FE120A'

red 254 ◦ green 18 ◦ blue 10

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

Shades of Red #FE120A

Tints of Red #FE120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 90.07%
G = 6.38%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE120A (or 0xFE120A) is known color: Red. HEX triplet: FE, 12 and 0A. RGB value is (254,18,10). Sum of RGB (Red+Green+Blue) = 254+18+10=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE120A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE120A is #01EDF5. Grayscale: #575757. Windows color (decimal): -126454 or 660222. OLE color: 660222.

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

Color convert

RGB 254 18 10 -
CMYK 0 0.93 0.96 0.00
HSL 1.97º 0.99% 0.52% -
HSV(B) 1.97º 0.96% 1% -
XYZ 41.14 21.53 2.27 -
YUV 87.65 84.19 246.65 -
System Red Green Blue C M Y K H S L
Decimal 254 18 10 0 0.93 0.96 0.00 1.97 0.99 0.52
Hex FE 12 A 0 5D 60 0 2 63 34
Octal 376 22 12 0 135 140 0 2 143 64
Binary 11111110 10010 1010 0 1011101 1100000 0 10 1100011 110100

Color Harmonies of #FE120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE120A

Black with #FE120A

Text Example


Text Example

White with #FE120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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