Html Css Color HEX #F10B00 Red

📋 copy color: '#F10B00'

red 241 ◦ green 11 ◦ blue 0

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

Shades of Red #F10B00

Tints of Red #F10B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.37%

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

R = 95.63%
G = 4.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F10B00 (or 0xF10B00) is known color: Red. HEX triplet: F1, 0B and 00. RGB value is (241,11,0). Sum of RGB (Red+Green+Blue) = 241+11+0=252 (33% of max value = 765). Red value is 241 (94.53% from 255 or 95.63% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 241 - color contains mainly: red. Hex color #F10B00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10B00 is #0EF4FF. Grayscale: #4E4E4E. Windows color (decimal): -980224 or 3057. OLE color: 3057.

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

Color convert

RGB 241 11 0 -
CMYK 0 0.95 1 0.05
HSL 2.74º 1% 0.47% -
HSV(B) 2.74º 1% 0.95% -
XYZ 36.4 18.94 1.74 -
YUV 78.52 83.7 243.89 -
System Red Green Blue C M Y K H S L
Decimal 241 11 0 0 0.95 1 0.05 2.74 1 0.47
Hex F1 B 0 0 5F 64 5 3 64 2F
Octal 361 13 0 0 137 144 5 3 144 57
Binary 11110001 1011 0 0 1011111 1100100 101 11 1100100 101111

Color Harmonies of #F10B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10B00

Black with #F10B00

Text Example


Text Example

White with #F10B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10B00; }

 p { color: rgb(241,11,0); }

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

background-color css

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

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

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

border-color css

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

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

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