Html Css Color HEX #FF310C Scarlet

📋 copy color: '#FF310C'

red 255 ◦ green 49 ◦ blue 12

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

Shades of Scarlet #FF310C

Tints of Scarlet #FF310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 80.7%
G = 15.51%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF310C (or 0xFF310C) is known color: Scarlet. HEX triplet: FF, 31 and 0C. RGB value is (255,49,12). Sum of RGB (Red+Green+Blue) = 255+49+12=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF310C is #00CEF3. Grayscale: #6A6A6A. Windows color (decimal): -52980 or 799231. OLE color: 799231.

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

Color convert

RGB 255 49 12 -
CMYK 0 0.81 0.95 0
HSL 9.14º 1% 0.52% -
HSV(B) 9.14º 0.95% 1% -
XYZ 42.4 23.48 2.65 -
YUV 106.38 74.75 234.01 -
System Red Green Blue C M Y K H S L
Decimal 255 49 12 0 0.81 0.95 0 9.14 1 0.52
Hex FF 31 C 0 51 5F 0 9 64 34
Octal 377 61 14 0 121 137 0 11 144 64
Binary 11111111 110001 1100 0 1010001 1011111 0 1001 1100100 110100

Color Harmonies of #FF310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF310C

Black with #FF310C

Text Example


Text Example

White with #FF310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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