Html Css Color HEX #FE3613 Scarlet

📋 copy color: '#FE3613'

red 254 ◦ green 54 ◦ blue 19

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

Shades of Scarlet #FE3613

Tints of Scarlet #FE3613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 77.68%
G = 16.51%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE3613 (or 0xFE3613) is known color: Scarlet. HEX triplet: FE, 36 and 13. RGB value is (254,54,19). Sum of RGB (Red+Green+Blue) = 254+54+19=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3613 is #01C9EC. Grayscale: #6E6E6E. Windows color (decimal): -117229 or 1259262. OLE color: 1259262.

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

Color convert

RGB 254 54 19 -
CMYK 0 0.79 0.93 0.00
HSL 8.94º 0.99% 0.54% -
HSV(B) 8.94º 0.93% 1% -
XYZ 42.31 23.76 2.97 -
YUV 109.81 76.76 230.85 -
System Red Green Blue C M Y K H S L
Decimal 254 54 19 0 0.79 0.93 0.00 8.94 0.99 0.54
Hex FE 36 13 0 4F 5D 0 9 63 36
Octal 376 66 23 0 117 135 0 11 143 66
Binary 11111110 110110 10011 0 1001111 1011101 0 1001 1100011 110110

Color Harmonies of #FE3613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3613

Black with #FE3613

Text Example


Text Example

White with #FE3613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3613; }

 p { color: rgb(254,54,19); }

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

background-color css

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

 a { background-color: rgb(254,54,19); }

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

border-color css

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

 span { border-color: rgb(254,54,19); }

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