Html Css Color HEX #FE0F0D Red

📋 copy color: '#FE0F0D'

red 254 ◦ green 15 ◦ blue 13

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

Shades of Red #FE0F0D

Tints of Red #FE0F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.61%

R = 90.07%
G = 5.32%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE0F0D (or 0xFE0F0D) is known color: Red. HEX triplet: FE, 0F and 0D. RGB value is (254,15,13). Sum of RGB (Red+Green+Blue) = 254+15+13=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0F0D is #01F0F2. Grayscale: #565656. Windows color (decimal): -127219 or 856062. OLE color: 856062.

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

Color convert

RGB 254 15 13 -
CMYK 0 0.94 0.95 0.00
HSL 0.5º 0.99% 0.52% -
HSV(B) 0.5º 0.95% 1% -
XYZ 41.12 21.44 2.35 -
YUV 86.23 86.68 247.66 -
System Red Green Blue C M Y K H S L
Decimal 254 15 13 0 0.94 0.95 0.00 0.5 0.99 0.52
Hex FE F D 0 5E 5F 0 0 63 34
Octal 376 17 15 0 136 137 0 0 143 64
Binary 11111110 1111 1101 0 1011110 1011111 0 0 1100011 110100

Color Harmonies of #FE0F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F0D

Black with #FE0F0D

Text Example


Text Example

White with #FE0F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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