Html Css Color HEX #FE180D Scarlet

📋 copy color: '#FE180D'

red 254 ◦ green 24 ◦ blue 13

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

Shades of Scarlet #FE180D

Tints of Scarlet #FE180D

RGB

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

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

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

R = 87.29%
G = 8.25%
B = 4.47%

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

#FE180D (or 0xFE180D) is known color: Scarlet. HEX triplet: FE, 18 and 0D. RGB value is (254,24,13). Sum of RGB (Red+Green+Blue) = 254+24+13=291 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.29% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 254 - color contains mainly: red. Hex color #FE180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE180D is #01E7F2. Grayscale: #5B5B5B. Windows color (decimal): -124915 or 858366. OLE color: 858366.

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

Color convert

RGB 254 24 13 -
CMYK 0 0.91 0.95 0.00
HSL 2.74º 0.99% 0.52% -
HSV(B) 2.74º 0.95% 1% -
XYZ 41.27 21.75 2.4 -
YUV 91.52 83.7 243.89 -
System Red Green Blue C M Y K H S L
Decimal 254 24 13 0 0.91 0.95 0.00 2.74 0.99 0.52
Hex FE 18 D 0 5B 5F 0 3 63 34
Octal 376 30 15 0 133 137 0 3 143 64
Binary 11111110 11000 1101 0 1011011 1011111 0 11 1100011 110100

Color Harmonies of #FE180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE180D

Black with #FE180D

Text Example


Text Example

White with #FE180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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