Html Css Color HEX #FF0C15 Torch Red

📋 copy color: '#FF0C15'

red 255 ◦ green 12 ◦ blue 21

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

Shades of Torch Red #FF0C15

Tints of Torch Red #FF0C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

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

R = 88.54%
G = 4.17%
B = 7.29%

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

#FF0C15 (or 0xFF0C15) is known color: Torch Red. HEX triplet: FF, 0C and 15. RGB value is (255,12,21). Sum of RGB (Red+Green+Blue) = 255+12+21=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0C15 is #00F3EA. Grayscale: #555555. Windows color (decimal): -62443 or 1379583. OLE color: 1379583.

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

Color convert

RGB 255 12 21 -
CMYK 0 0.95 0.92 0
HSL 357.78º 1% 0.52% -
HSV(B) 357.78º 0.95% 1% -
XYZ 41.51 21.58 2.69 -
YUV 85.68 91.51 248.77 -
System Red Green Blue C M Y K H S L
Decimal 255 12 21 0 0.95 0.92 0 357.78 1 0.52
Hex FF C 15 0 5F 5C 0 166 64 34
Octal 377 14 25 0 137 134 0 546 144 64
Binary 11111111 1100 10101 0 1011111 1011100 0 101100110 1100100 110100

Color Harmonies of #FF0C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0C15

Black with #FF0C15

Text Example


Text Example

White with #FF0C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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