Html Css Color HEX #FE330E Scarlet

📋 copy color: '#FE330E'

red 254 ◦ green 51 ◦ blue 14

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

Shades of Scarlet #FE330E

Tints of Scarlet #FE330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 79.62%
G = 15.99%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE330E (or 0xFE330E) is known color: Scarlet. HEX triplet: FE, 33 and 0E. RGB value is (254,51,14). Sum of RGB (Red+Green+Blue) = 254+51+14=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE330E is #01CCF1. Grayscale: #6B6B6B. Windows color (decimal): -118002 or 930814. OLE color: 930814.

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

Color convert

RGB 254 51 14 -
CMYK 0 0.80 0.94 0.00
HSL 9.25º 0.99% 0.53% -
HSV(B) 9.25º 0.94% 1% -
XYZ 42.14 23.47 2.72 -
YUV 107.48 75.25 232.51 -
System Red Green Blue C M Y K H S L
Decimal 254 51 14 0 0.80 0.94 0.00 9.25 0.99 0.53
Hex FE 33 E 0 50 5E 0 9 63 35
Octal 376 63 16 0 120 136 0 11 143 65
Binary 11111110 110011 1110 0 1010000 1011110 0 1001 1100011 110101

Color Harmonies of #FE330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE330E

Black with #FE330E

Text Example


Text Example

White with #FE330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE330E; }

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

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

background-color css

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

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

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

border-color css

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

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

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