Html Css Color HEX #FE180C Scarlet

📋 copy color: '#FE180C'

red 254 ◦ green 24 ◦ blue 12

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

Shades of Scarlet #FE180C

Tints of Scarlet #FE180C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 87.59%
G = 8.28%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE180C (or 0xFE180C) is known color: Scarlet. HEX triplet: FE, 18 and 0C. RGB value is (254,24,12). Sum of RGB (Red+Green+Blue) = 254+24+12=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE180C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE180C is #01E7F3. Grayscale: #5B5B5B. Windows color (decimal): -124916 or 792830. OLE color: 792830.

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

Color convert

RGB 254 24 12 -
CMYK 0 0.91 0.95 0.00
HSL 2.98º 0.99% 0.52% -
HSV(B) 2.98º 0.95% 1% -
XYZ 41.27 21.75 2.37 -
YUV 91.4 83.2 243.98 -
System Red Green Blue C M Y K H S L
Decimal 254 24 12 0 0.91 0.95 0.00 2.98 0.99 0.52
Hex FE 18 C 0 5B 5F 0 3 63 34
Octal 376 30 14 0 133 137 0 3 143 64
Binary 11111110 11000 1100 0 1011011 1011111 0 11 1100011 110100

Color Harmonies of #FE180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE180C

Black with #FE180C

Text Example


Text Example

White with #FE180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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