Html Css Color HEX #FE3612 Scarlet

📋 copy color: '#FE3612'

red 254 ◦ green 54 ◦ blue 18

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

Shades of Scarlet #FE3612

Tints of Scarlet #FE3612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 77.91%
G = 16.56%
B = 5.52%

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

#FE3612 (or 0xFE3612) is known color: Scarlet. HEX triplet: FE, 36 and 12. RGB value is (254,54,18). Sum of RGB (Red+Green+Blue) = 254+54+18=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3612 is #01C9ED. Grayscale: #6E6E6E. Windows color (decimal): -117230 or 1193726. OLE color: 1193726.

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

Color convert

RGB 254 54 18 -
CMYK 0 0.79 0.93 0.00
HSL 9.15º 0.99% 0.53% -
HSV(B) 9.15º 0.93% 1% -
XYZ 42.3 23.75 2.93 -
YUV 109.7 76.26 230.93 -
System Red Green Blue C M Y K H S L
Decimal 254 54 18 0 0.79 0.93 0.00 9.15 0.99 0.53
Hex FE 36 12 0 4F 5D 0 9 63 35
Octal 376 66 22 0 117 135 0 11 143 65
Binary 11111110 110110 10010 0 1001111 1011101 0 1001 1100011 110101

Color Harmonies of #FE3612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3612

Black with #FE3612

Text Example


Text Example

White with #FE3612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3612; }

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

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

background-color css

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

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

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

border-color css

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

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

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