Html Css Color HEX #FF320B Scarlet

📋 copy color: '#FF320B'

red 255 ◦ green 50 ◦ blue 11

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

Shades of Scarlet #FF320B

Tints of Scarlet #FF320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 80.7%
G = 15.82%
B = 3.48%

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

#FF320B (or 0xFF320B) is known color: Scarlet. HEX triplet: FF, 32 and 0B. RGB value is (255,50,11). Sum of RGB (Red+Green+Blue) = 255+50+11=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF320B is #00CDF4. Grayscale: #6B6B6B. Windows color (decimal): -52725 or 733951. OLE color: 733951.

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

Color convert

RGB 255 50 11 -
CMYK 0 0.80 0.96 0
HSL 9.59º 1% 0.52% -
HSV(B) 9.59º 0.96% 1% -
XYZ 42.44 23.57 2.63 -
YUV 106.85 73.92 233.67 -
System Red Green Blue C M Y K H S L
Decimal 255 50 11 0 0.80 0.96 0 9.59 1 0.52
Hex FF 32 B 0 50 60 0 A 64 34
Octal 377 62 13 0 120 140 0 12 144 64
Binary 11111111 110010 1011 0 1010000 1100000 0 1010 1100100 110100

Color Harmonies of #FF320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF320B

Black with #FF320B

Text Example


Text Example

White with #FF320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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