Html Css Color HEX #FF320E Scarlet

📋 copy color: '#FF320E'

red 255 ◦ green 50 ◦ blue 14

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

Shades of Scarlet #FF320E

Tints of Scarlet #FF320E

RGB

 RED value IS 255 (100% from 255) = 79.94%

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 79.94%
G = 15.67%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF320E (or 0xFF320E) is known color: Scarlet. HEX triplet: FF, 32 and 0E. RGB value is (255,50,14). Sum of RGB (Red+Green+Blue) = 255+50+14=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF320E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF320E is #00CDF1. Grayscale: #6B6B6B. Windows color (decimal): -52722 or 930559. OLE color: 930559.

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

Color convert

RGB 255 50 14 -
CMYK 0 0.80 0.95 0
HSL 8.96º 1% 0.53% -
HSV(B) 8.96º 0.95% 1% -
XYZ 42.46 23.57 2.73 -
YUV 107.19 75.42 233.43 -
System Red Green Blue C M Y K H S L
Decimal 255 50 14 0 0.80 0.95 0 8.96 1 0.53
Hex FF 32 E 0 50 5F 0 9 64 35
Octal 377 62 16 0 120 137 0 11 144 65
Binary 11111111 110010 1110 0 1010000 1011111 0 1001 1100100 110101

Color Harmonies of #FF320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF320E

Black with #FF320E

Text Example


Text Example

White with #FF320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF320E; }

 p { color: rgb(255,50,14); }

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

background-color css

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

 a { background-color: rgb(255,50,14); }

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

border-color css

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

 span { border-color: rgb(255,50,14); }

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