Html Css Color HEX #FF0315 Torch Red

📋 copy color: '#FF0315'

red 255 ◦ green 3 ◦ blue 21

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

Shades of Torch Red #FF0315

Tints of Torch Red #FF0315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 91.4%
G = 1.08%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF0315 (or 0xFF0315) is known color: Torch Red. HEX triplet: FF, 03 and 15. RGB value is (255,3,21). Sum of RGB (Red+Green+Blue) = 255+3+21=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0315 is #00FCEA. Grayscale: #505050. Windows color (decimal): -64747 or 1377279. OLE color: 1377279.

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

Color convert

RGB 255 3 21 -
CMYK 0 0.99 0.92 0
HSL 355.71º 1% 0.51% -
HSV(B) 355.71º 0.99% 1% -
XYZ 41.41 21.38 2.65 -
YUV 80.4 94.49 252.54 -
System Red Green Blue C M Y K H S L
Decimal 255 3 21 0 0.99 0.92 0 355.71 1 0.51
Hex FF 3 15 0 63 5C 0 164 64 33
Octal 377 3 25 0 143 134 0 544 144 63
Binary 11111111 11 10101 0 1100011 1011100 0 101100100 1100100 110011

Color Harmonies of #FF0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0315

Black with #FF0315

Text Example


Text Example

White with #FF0315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0315; }

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

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

background-color css

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

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

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

border-color css

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

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

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