Html Css Color HEX #FF320C Scarlet

📋 copy color: '#FF320C'

red 255 ◦ green 50 ◦ blue 12

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

Shades of Scarlet #FF320C

Tints of Scarlet #FF320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 80.44%
G = 15.77%
B = 3.79%

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

#FF320C (or 0xFF320C) is known color: Scarlet. HEX triplet: FF, 32 and 0C. RGB value is (255,50,12). Sum of RGB (Red+Green+Blue) = 255+50+12=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF320C is #00CDF3. Grayscale: #6B6B6B. Windows color (decimal): -52724 or 799487. OLE color: 799487.

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

Color convert

RGB 255 50 12 -
CMYK 0 0.80 0.95 0
HSL 9.38º 1% 0.52% -
HSV(B) 9.38º 0.95% 1% -
XYZ 42.45 23.57 2.66 -
YUV 106.96 74.42 233.59 -
System Red Green Blue C M Y K H S L
Decimal 255 50 12 0 0.80 0.95 0 9.38 1 0.52
Hex FF 32 C 0 50 5F 0 9 64 34
Octal 377 62 14 0 120 137 0 11 144 64
Binary 11111111 110010 1100 0 1010000 1011111 0 1001 1100100 110100

Color Harmonies of #FF320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF320C

Black with #FF320C

Text Example


Text Example

White with #FF320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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