Html Css Color HEX #F31211 Red

📋 copy color: '#F31211'

red 243 ◦ green 18 ◦ blue 17

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

Shades of Red #F31211

Tints of Red #F31211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 87.41%
G = 6.47%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F31211 (or 0xF31211) is known color: Red. HEX triplet: F3, 12 and 11. RGB value is (243,18,17). Sum of RGB (Red+Green+Blue) = 243+18+17=278 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.41% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 243 - color contains mainly: red. Hex color #F31211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31211 is #0CEDEE. Grayscale: #555555. Windows color (decimal): -847343 or 1118963. OLE color: 1118963.

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

Color convert

RGB 243 18 17 -
CMYK 0 0.93 0.93 0.05
HSL 0.27º 0.9% 0.51% -
HSV(B) 0.27º 0.93% 0.95% -
XYZ 37.28 19.53 2.33 -
YUV 85.16 89.54 240.58 -
System Red Green Blue C M Y K H S L
Decimal 243 18 17 0 0.93 0.93 0.05 0.27 0.9 0.51
Hex F3 12 11 0 5D 5D 5 0 5A 33
Octal 363 22 21 0 135 135 5 0 132 63
Binary 11110011 10010 10001 0 1011101 1011101 101 0 1011010 110011

Color Harmonies of #F31211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31211

Black with #F31211

Text Example


Text Example

White with #F31211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31211; }

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

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

background-color css

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

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

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

border-color css

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

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

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