Html Css Color HEX #F10423 Torch Red

📋 copy color: '#F10423'

red 241 ◦ green 4 ◦ blue 35

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

Shades of Torch Red #F10423

Tints of Torch Red #F10423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 35 (14.06% from 255) = 12.5%

R = 86.07%
G = 1.43%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F10423 (or 0xF10423) is known color: Torch Red. HEX triplet: F1, 04 and 23. RGB value is (241,4,35). Sum of RGB (Red+Green+Blue) = 241+4+35=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F10423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10423 is #0EFBDC. Grayscale: #4E4E4E. Windows color (decimal): -981981 or 2295025. OLE color: 2295025.

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

Color convert

RGB 241 4 35 -
CMYK 0 0.98 0.85 0.05
HSL 352.15º 0.97% 0.48% -
HSV(B) 352.15º 0.98% 0.95% -
XYZ 36.62 18.91 3.31 -
YUV 78.4 103.52 243.98 -
System Red Green Blue C M Y K H S L
Decimal 241 4 35 0 0.98 0.85 0.05 352.15 0.97 0.48
Hex F1 4 23 0 62 55 5 160 61 30
Octal 361 4 43 0 142 125 5 540 141 60
Binary 11110001 100 100011 0 1100010 1010101 101 101100000 1100001 110000

Color Harmonies of #F10423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10423

Black with #F10423

Text Example


Text Example

White with #F10423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10423; }

 p { color: rgb(241,4,35); }

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

background-color css

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

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

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

border-color css

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

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

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