Html Css Color HEX #FE180F Scarlet

📋 copy color: '#FE180F'

red 254 ◦ green 24 ◦ blue 15

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

Shades of Scarlet #FE180F

Tints of Scarlet #FE180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.19%

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

R = 86.69%
G = 8.19%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE180F (or 0xFE180F) is known color: Scarlet. HEX triplet: FE, 18 and 0F. RGB value is (254,24,15). Sum of RGB (Red+Green+Blue) = 254+24+15=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE180F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE180F is #01E7F0. Grayscale: #5C5C5C. Windows color (decimal): -124913 or 989438. OLE color: 989438.

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

Color convert

RGB 254 24 15 -
CMYK 0 0.91 0.94 0.00
HSL 2.26º 0.99% 0.53% -
HSV(B) 2.26º 0.94% 1% -
XYZ 41.29 21.76 2.48 -
YUV 91.74 84.7 243.73 -
System Red Green Blue C M Y K H S L
Decimal 254 24 15 0 0.91 0.94 0.00 2.26 0.99 0.53
Hex FE 18 F 0 5B 5E 0 2 63 35
Octal 376 30 17 0 133 136 0 2 143 65
Binary 11111110 11000 1111 0 1011011 1011110 0 10 1100011 110101

Color Harmonies of #FE180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE180F

Black with #FE180F

Text Example


Text Example

White with #FE180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE180F; }

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

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

background-color css

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

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

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

border-color css

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

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

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