Html Css Color HEX #FE251A Scarlet

📋 copy color: '#FE251A'

red 254 ◦ green 37 ◦ blue 26

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

Shades of Scarlet #FE251A

Tints of Scarlet #FE251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 80.13%
G = 11.67%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE251A (or 0xFE251A) is known color: Scarlet. HEX triplet: FE, 25 and 1A. RGB value is (254,37,26). Sum of RGB (Red+Green+Blue) = 254+37+26=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE251A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE251A is #01DAE5. Grayscale: #646464. Windows color (decimal): -121574 or 1713662. OLE color: 1713662.

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

Color convert

RGB 254 37 26 -
CMYK 0 0.85 0.90 0.00
HSL 2.89º 0.99% 0.55% -
HSV(B) 2.89º 0.9% 1% -
XYZ 41.72 22.47 3.12 -
YUV 100.63 85.89 237.39 -
System Red Green Blue C M Y K H S L
Decimal 254 37 26 0 0.85 0.90 0.00 2.89 0.99 0.55
Hex FE 25 1A 0 55 5A 0 3 63 37
Octal 376 45 32 0 125 132 0 3 143 67
Binary 11111110 100101 11010 0 1010101 1011010 0 11 1100011 110111

Color Harmonies of #FE251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE251A

Black with #FE251A

Text Example


Text Example

White with #FE251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE251A; }

 p { color: rgb(254,37,26); }

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

background-color css

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

 a { background-color: rgb(254,37,26); }

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

border-color css

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

 span { border-color: rgb(254,37,26); }

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