Html Css Color HEX #F31100 Red

📋 copy color: '#F31100'

red 243 ◦ green 17 ◦ blue 0

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

Shades of Red #F31100

Tints of Red #F31100

RGB

 RED value IS 243 (95.31% from 255) = 93.46%

 GREEN value IS 17 (7.03% from 255) = 6.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.46%
G = 6.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F31100 (or 0xF31100) is known color: Red. HEX triplet: F3, 11 and 00. RGB value is (243,17,0). Sum of RGB (Red+Green+Blue) = 243+17+0=260 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.46% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 243 - color contains mainly: red. Hex color #F31100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31100 is #0CEEFF. Grayscale: #525252. Windows color (decimal): -847616 or 4595. OLE color: 4595.

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

Color convert

RGB 243 17 0 -
CMYK 0 0.93 1 0.05
HSL 4.2º 1% 0.48% -
HSV(B) 4.2º 1% 0.95% -
XYZ 37.16 19.46 1.8 -
YUV 82.64 81.37 242.38 -
System Red Green Blue C M Y K H S L
Decimal 243 17 0 0 0.93 1 0.05 4.2 1 0.48
Hex F3 11 0 0 5D 64 5 4 64 30
Octal 363 21 0 0 135 144 5 4 144 60
Binary 11110011 10001 0 0 1011101 1100100 101 100 1100100 110000

Color Harmonies of #F31100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31100

Black with #F31100

Text Example


Text Example

White with #F31100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31100; }

 p { color: rgb(243,17,0); }

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

background-color css

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

 a { background-color: rgb(243,17,0); }

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

border-color css

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

 span { border-color: rgb(243,17,0); }

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