Html Css Color HEX #FF0D15 Torch Red

📋 copy color: '#FF0D15'

red 255 ◦ green 13 ◦ blue 21

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

Shades of Torch Red #FF0D15

Tints of Torch Red #FF0D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 88.24%
G = 4.5%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF0D15 (or 0xFF0D15) is known color: Torch Red. HEX triplet: FF, 0D and 15. RGB value is (255,13,21). Sum of RGB (Red+Green+Blue) = 255+13+21=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0D15 is #00F2EA. Grayscale: #565656. Windows color (decimal): -62187 or 1379839. OLE color: 1379839.

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

Color convert

RGB 255 13 21 -
CMYK 0 0.95 0.92 0
HSL 358.02º 1% 0.53% -
HSV(B) 358.02º 0.95% 1% -
XYZ 41.52 21.6 2.69 -
YUV 86.27 91.17 248.35 -
System Red Green Blue C M Y K H S L
Decimal 255 13 21 0 0.95 0.92 0 358.02 1 0.53
Hex FF D 15 0 5F 5C 0 166 64 35
Octal 377 15 25 0 137 134 0 546 144 65
Binary 11111111 1101 10101 0 1011111 1011100 0 101100110 1100100 110101

Color Harmonies of #FF0D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D15

Black with #FF0D15

Text Example


Text Example

White with #FF0D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D15; }

 p { color: rgb(255,13,21); }

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

background-color css

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

 a { background-color: rgb(255,13,21); }

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

border-color css

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

 span { border-color: rgb(255,13,21); }

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