Html Css Color HEX #FF0A21 Torch Red

📋 copy color: '#FF0A21'

red 255 ◦ green 10 ◦ blue 33

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

Shades of Torch Red #FF0A21

Tints of Torch Red #FF0A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 85.57%
G = 3.36%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF0A21 (or 0xFF0A21) is known color: Torch Red. HEX triplet: FF, 0A and 21. RGB value is (255,10,33). Sum of RGB (Red+Green+Blue) = 255+10+33=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A21 is #00F5DE. Grayscale: #565656. Windows color (decimal): -62943 or 2165503. OLE color: 2165503.

HSL color Cylindrical-coordinate representation of color #FF0A21: hue angle of 354.37º 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 #FF0A21 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 10 33 -
CMYK 0 0.96 0.87 0
HSL 354.37º 1% 0.52% -
HSV(B) 354.37º 0.96% 1% -
XYZ 41.62 21.59 3.41 -
YUV 85.88 98.17 248.63 -
System Red Green Blue C M Y K H S L
Decimal 255 10 33 0 0.96 0.87 0 354.37 1 0.52
Hex FF A 21 0 60 57 0 162 64 34
Octal 377 12 41 0 140 127 0 542 144 64
Binary 11111111 1010 100001 0 1100000 1010111 0 101100010 1100100 110100

Color Harmonies of #FF0A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A21

Black with #FF0A21

Text Example


Text Example

White with #FF0A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A21; }

 p { color: rgb(255,10,33); }

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

background-color css

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

 a { background-color: rgb(255,10,33); }

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

border-color css

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

 span { border-color: rgb(255,10,33); }

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