Html Css Color HEX #FF0B25 Torch Red

📋 copy color: '#FF0B25'

red 255 ◦ green 11 ◦ blue 37

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

Shades of Torch Red #FF0B25

Tints of Torch Red #FF0B25

RGB

 RED value IS 255 (100% from 255) = 84.16%

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

 BLUE value IS 37 (14.84% from 255) = 12.21%

R = 84.16%
G = 3.63%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF0B25 (or 0xFF0B25) is known color: Torch Red. HEX triplet: FF, 0B and 25. RGB value is (255,11,37). Sum of RGB (Red+Green+Blue) = 255+11+37=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B25 is #00F4DA. Grayscale: #575757. Windows color (decimal): -62683 or 2427903. OLE color: 2427903.

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

Color convert

RGB 255 11 37 -
CMYK 0 0.96 0.85 0
HSL 353.61º 1% 0.52% -
HSV(B) 353.61º 0.96% 1% -
XYZ 41.69 21.63 3.73 -
YUV 86.92 99.84 247.89 -
System Red Green Blue C M Y K H S L
Decimal 255 11 37 0 0.96 0.85 0 353.61 1 0.52
Hex FF B 25 0 60 55 0 162 64 34
Octal 377 13 45 0 140 125 0 542 144 64
Binary 11111111 1011 100101 0 1100000 1010101 0 101100010 1100100 110100

Color Harmonies of #FF0B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0B25

Black with #FF0B25

Text Example


Text Example

White with #FF0B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0B25; }

 p { color: rgb(255,11,37); }

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

background-color css

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

 a { background-color: rgb(255,11,37); }

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

border-color css

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

 span { border-color: rgb(255,11,37); }

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