Html Css Color HEX #FE130B Red

📋 copy color: '#FE130B'

red 254 ◦ green 19 ◦ blue 11

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

Shades of Red #FE130B

Tints of Red #FE130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 89.44%
G = 6.69%
B = 3.87%

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

#FE130B (or 0xFE130B) is known color: Red. HEX triplet: FE, 13 and 0B. RGB value is (254,19,11). Sum of RGB (Red+Green+Blue) = 254+19+11=284 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.44% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 254 - color contains mainly: red. Hex color #FE130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE130B is #01ECF4. Grayscale: #585858. Windows color (decimal): -126197 or 726014. OLE color: 726014.

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

Color convert

RGB 254 19 11 -
CMYK 0 0.93 0.96 0.00
HSL 1.98º 0.99% 0.52% -
HSV(B) 1.98º 0.96% 1% -
XYZ 41.17 21.56 2.31 -
YUV 88.35 84.36 246.15 -
System Red Green Blue C M Y K H S L
Decimal 254 19 11 0 0.93 0.96 0.00 1.98 0.99 0.52
Hex FE 13 B 0 5D 60 0 2 63 34
Octal 376 23 13 0 135 140 0 2 143 64
Binary 11111110 10011 1011 0 1011101 1100000 0 10 1100011 110100

Color Harmonies of #FE130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE130B

Black with #FE130B

Text Example


Text Example

White with #FE130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE130B; }

 p { color: rgb(254,19,11); }

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

background-color css

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

 a { background-color: rgb(254,19,11); }

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

border-color css

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

 span { border-color: rgb(254,19,11); }

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