Html Css Color HEX #FF320A Scarlet

📋 copy color: '#FF320A'

red 255 ◦ green 50 ◦ blue 10

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

Shades of Scarlet #FF320A

Tints of Scarlet #FF320A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.17%

R = 80.95%
G = 15.87%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF320A (or 0xFF320A) is known color: Scarlet. HEX triplet: FF, 32 and 0A. RGB value is (255,50,10). Sum of RGB (Red+Green+Blue) = 255+50+10=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF320A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF320A is #00CDF5. Grayscale: #6B6B6B. Windows color (decimal): -52726 or 668415. OLE color: 668415.

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

Color convert

RGB 255 50 10 -
CMYK 0 0.80 0.96 0
HSL 9.8º 1% 0.52% -
HSV(B) 9.8º 0.96% 1% -
XYZ 42.44 23.56 2.6 -
YUV 106.74 73.42 233.75 -
System Red Green Blue C M Y K H S L
Decimal 255 50 10 0 0.80 0.96 0 9.8 1 0.52
Hex FF 32 A 0 50 60 0 A 64 34
Octal 377 62 12 0 120 140 0 12 144 64
Binary 11111111 110010 1010 0 1010000 1100000 0 1010 1100100 110100

Color Harmonies of #FF320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF320A

Black with #FF320A

Text Example


Text Example

White with #FF320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF320A; }

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

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

background-color css

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

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

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

border-color css

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

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

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