Html Css Color HEX #F10303 Red

📋 copy color: '#F10303'

red 241 ◦ green 3 ◦ blue 3

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

Shades of Red #F10303

Tints of Red #F10303

RGB

 RED value IS 241 (94.53% from 255) = 97.57%

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 97.57%
G = 1.21%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F10303 (or 0xF10303) is known color: Red. HEX triplet: F1, 03 and 03. RGB value is (241,3,3). Sum of RGB (Red+Green+Blue) = 241+3+3=247 (32% of max value = 765). Red value is 241 (94.53% from 255 or 97.57% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 241 - color contains mainly: red. Hex color #F10303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10303 is #0EFCFC. Grayscale: #4A4A4A. Windows color (decimal): -982269 or 197617. OLE color: 197617.

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

Color convert

RGB 241 3 3 -
CMYK 0 0.99 0.99 0.05
HSL 0.98% 0.48% -
HSV(B) 0.99% 0.95% -
XYZ 36.32 18.77 1.8 -
YUV 74.16 87.85 247 -
System Red Green Blue C M Y K H S L
Decimal 241 3 3 0 0.99 0.99 0.05 0 0.98 0.48
Hex F1 3 3 0 63 63 5 0 62 30
Octal 361 3 3 0 143 143 5 0 142 60
Binary 11110001 11 11 0 1100011 1100011 101 0 1100010 110000

Color Harmonies of #F10303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10303

Black with #F10303

Text Example


Text Example

White with #F10303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10303; }

 p { color: rgb(241,3,3); }

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

background-color css

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

 a { background-color: rgb(241,3,3); }

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

border-color css

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

 span { border-color: rgb(241,3,3); }

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