Html Css Color HEX #F3130B Red

📋 copy color: '#F3130B'

red 243 ◦ green 19 ◦ blue 11

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

Shades of Red #F3130B

Tints of Red #F3130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 89.01%
G = 6.96%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3130B (or 0xF3130B) is known color: Red. HEX triplet: F3, 13 and 0B. RGB value is (243,19,11). Sum of RGB (Red+Green+Blue) = 243+19+11=273 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.01% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 243 - color contains mainly: red. Hex color #F3130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3130B is #0CECF4. Grayscale: #555555. Windows color (decimal): -847093 or 726003. OLE color: 726003.

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

Color convert

RGB 243 19 11 -
CMYK 0 0.92 0.95 0.05
HSL 2.07º 0.91% 0.5% -
HSV(B) 2.07º 0.95% 0.95% -
XYZ 37.26 19.54 2.13 -
YUV 85.06 86.21 240.65 -
System Red Green Blue C M Y K H S L
Decimal 243 19 11 0 0.92 0.95 0.05 2.07 0.91 0.5
Hex F3 13 B 0 5C 5F 5 2 5B 32
Octal 363 23 13 0 134 137 5 2 133 62
Binary 11110011 10011 1011 0 1011100 1011111 101 10 1011011 110010

Color Harmonies of #F3130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3130B

Black with #F3130B

Text Example


Text Example

White with #F3130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3130B; }

 p { color: rgb(243,19,11); }

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

background-color css

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

 a { background-color: rgb(243,19,11); }

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

border-color css

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

 span { border-color: rgb(243,19,11); }

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