Html Css Color HEX #FE241C Scarlet

📋 copy color: '#FE241C'

red 254 ◦ green 36 ◦ blue 28

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

Shades of Scarlet #FE241C

Tints of Scarlet #FE241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 79.87%
G = 11.32%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE241C (or 0xFE241C) is known color: Scarlet. HEX triplet: FE, 24 and 1C. RGB value is (254,36,28). Sum of RGB (Red+Green+Blue) = 254+36+28=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE241C is #01DBE3. Grayscale: #646464. Windows color (decimal): -121828 or 1844478. OLE color: 1844478.

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

Color convert

RGB 254 36 28 -
CMYK 0 0.86 0.89 0.00
HSL 2.12º 0.99% 0.55% -
HSV(B) 2.12º 0.89% 1% -
XYZ 41.71 22.42 3.23 -
YUV 100.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 254 36 28 0 0.86 0.89 0.00 2.12 0.99 0.55
Hex FE 24 1C 0 56 59 0 2 63 37
Octal 376 44 34 0 126 131 0 2 143 67
Binary 11111110 100100 11100 0 1010110 1011001 0 10 1100011 110111

Color Harmonies of #FE241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE241C

Black with #FE241C

Text Example


Text Example

White with #FE241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE241C; }

 p { color: rgb(254,36,28); }

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

background-color css

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

 a { background-color: rgb(254,36,28); }

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

border-color css

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

 span { border-color: rgb(254,36,28); }

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