Html Css Color HEX #FE110A Red

📋 copy color: '#FE110A'

red 254 ◦ green 17 ◦ blue 10

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

Shades of Red #FE110A

Tints of Red #FE110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

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

R = 90.39%
G = 6.05%
B = 3.56%

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

#FE110A (or 0xFE110A) is known color: Red. HEX triplet: FE, 11 and 0A. RGB value is (254,17,10). Sum of RGB (Red+Green+Blue) = 254+17+10=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE110A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE110A is #01EEF5. Grayscale: #575757. Windows color (decimal): -126710 or 659966. OLE color: 659966.

HSL color Cylindrical-coordinate representation of color #FE110A: hue angle of 1.72º 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 #FE110A is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 17 10 -
CMYK 0 0.93 0.96 0.00
HSL 1.72º 0.99% 0.52% -
HSV(B) 1.72º 0.96% 1% -
XYZ 41.13 21.49 2.27 -
YUV 87.07 84.52 247.07 -
System Red Green Blue C M Y K H S L
Decimal 254 17 10 0 0.93 0.96 0.00 1.72 0.99 0.52
Hex FE 11 A 0 5D 60 0 2 63 34
Octal 376 21 12 0 135 140 0 2 143 64
Binary 11111110 10001 1010 0 1011101 1100000 0 10 1100011 110100

Color Harmonies of #FE110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE110A

Black with #FE110A

Text Example


Text Example

White with #FE110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE110A; }

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

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

background-color css

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

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

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

border-color css

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

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

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