Html Css Color HEX #F10D0A Red

📋 copy color: '#F10D0A'

red 241 ◦ green 13 ◦ blue 10

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

Shades of Red #F10D0A

Tints of Red #F10D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 91.29%
G = 4.92%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F10D0A (or 0xF10D0A) is known color: Red. HEX triplet: F1, 0D and 0A. RGB value is (241,13,10). Sum of RGB (Red+Green+Blue) = 241+13+10=264 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.29% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10D0A is #0EF2F5. Grayscale: #515151. Windows color (decimal): -979702 or 658929. OLE color: 658929.

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

Color convert

RGB 241 13 10 -
CMYK 0 0.95 0.96 0.05
HSL 0.78º 0.92% 0.49% -
HSV(B) 0.78º 0.96% 0.95% -
XYZ 36.47 19.01 2.03 -
YUV 80.83 88.04 242.24 -
System Red Green Blue C M Y K H S L
Decimal 241 13 10 0 0.95 0.96 0.05 0.78 0.92 0.49
Hex F1 D A 0 5F 60 5 1 5C 31
Octal 361 15 12 0 137 140 5 1 134 61
Binary 11110001 1101 1010 0 1011111 1100000 101 1 1011100 110001

Color Harmonies of #F10D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10D0A

Black with #F10D0A

Text Example


Text Example

White with #F10D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10D0A; }

 p { color: rgb(241,13,10); }

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

background-color css

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

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

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

border-color css

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

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

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