Html Css Color HEX #FE2D0E Scarlet

📋 copy color: '#FE2D0E'

red 254 ◦ green 45 ◦ blue 14

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

Shades of Scarlet #FE2D0E

Tints of Scarlet #FE2D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

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

R = 81.15%
G = 14.38%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE2D0E (or 0xFE2D0E) is known color: Scarlet. HEX triplet: FE, 2D and 0E. RGB value is (254,45,14). Sum of RGB (Red+Green+Blue) = 254+45+14=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2D0E is #01D2F1. Grayscale: #686868. Windows color (decimal): -119538 or 929278. OLE color: 929278.

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

Color convert

RGB 254 45 14 -
CMYK 0 0.82 0.94 0.00
HSL 7.75º 0.99% 0.53% -
HSV(B) 7.75º 0.94% 1% -
XYZ 41.89 22.98 2.64 -
YUV 103.96 77.24 235.02 -
System Red Green Blue C M Y K H S L
Decimal 254 45 14 0 0.82 0.94 0.00 7.75 0.99 0.53
Hex FE 2D E 0 52 5E 0 8 63 35
Octal 376 55 16 0 122 136 0 10 143 65
Binary 11111110 101101 1110 0 1010010 1011110 0 1000 1100011 110101

Color Harmonies of #FE2D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D0E

Black with #FE2D0E

Text Example


Text Example

White with #FE2D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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