Html Css Color HEX #FE270E Scarlet

📋 copy color: '#FE270E'

red 254 ◦ green 39 ◦ blue 14

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

Shades of Scarlet #FE270E

Tints of Scarlet #FE270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.7%

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 82.74%
G = 12.7%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE270E (or 0xFE270E) is known color: Scarlet. HEX triplet: FE, 27 and 0E. RGB value is (254,39,14). Sum of RGB (Red+Green+Blue) = 254+39+14=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE270E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE270E is #01D8F1. Grayscale: #646464. Windows color (decimal): -121074 or 927742. OLE color: 927742.

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

Color convert

RGB 254 39 14 -
CMYK 0 0.85 0.94 0.00
HSL 6.25º 0.99% 0.53% -
HSV(B) 6.25º 0.94% 1% -
XYZ 41.68 22.55 2.57 -
YUV 100.44 79.23 237.53 -
System Red Green Blue C M Y K H S L
Decimal 254 39 14 0 0.85 0.94 0.00 6.25 0.99 0.53
Hex FE 27 E 0 55 5E 0 6 63 35
Octal 376 47 16 0 125 136 0 6 143 65
Binary 11111110 100111 1110 0 1010101 1011110 0 110 1100011 110101

Color Harmonies of #FE270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE270E

Black with #FE270E

Text Example


Text Example

White with #FE270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE270E; }

 p { color: rgb(254,39,14); }

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

background-color css

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

 a { background-color: rgb(254,39,14); }

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

border-color css

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

 span { border-color: rgb(254,39,14); }

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