Html Css Color HEX #FE251E Scarlet

📋 copy color: '#FE251E'

red 254 ◦ green 37 ◦ blue 30

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

Shades of Scarlet #FE251E

Tints of Scarlet #FE251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 79.13%
G = 11.53%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE251E (or 0xFE251E) is known color: Scarlet. HEX triplet: FE, 25 and 1E. RGB value is (254,37,30). Sum of RGB (Red+Green+Blue) = 254+37+30=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE251E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE251E is #01DAE1. Grayscale: #656565. Windows color (decimal): -121570 or 1975806. OLE color: 1975806.

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

Color convert

RGB 254 37 30 -
CMYK 0 0.85 0.88 0.00
HSL 1.88º 0.99% 0.56% -
HSV(B) 1.88º 0.88% 1% -
XYZ 41.77 22.49 3.37 -
YUV 101.09 87.89 237.07 -
System Red Green Blue C M Y K H S L
Decimal 254 37 30 0 0.85 0.88 0.00 1.88 0.99 0.56
Hex FE 25 1E 0 55 58 0 2 63 38
Octal 376 45 36 0 125 130 0 2 143 70
Binary 11111110 100101 11110 0 1010101 1011000 0 10 1100011 111000

Color Harmonies of #FE251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE251E

Black with #FE251E

Text Example


Text Example

White with #FE251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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