Html Css Color HEX #FF002C Torch Red

📋 copy color: '#FF002C'

red 255 ◦ green 0 ◦ blue 44

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

Shades of Torch Red #FF002C

Tints of Torch Red #FF002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 85.28%
G = 0%
B = 14.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF002C (or 0xFF002C) is known color: Torch Red. HEX triplet: FF, 00 and 2C. RGB value is (255,0,44). Sum of RGB (Red+Green+Blue) = 255+0+44=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF002C is #00FFD3. Grayscale: #515151. Windows color (decimal): -65492 or 2883839. OLE color: 2883839.

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

Color convert

RGB 255 0 44 -
CMYK 0 1 0.83 0
HSL 349.65º 1% 0.5% -
HSV(B) 349.65º 1% 1% -
XYZ 41.69 21.44 4.32 -
YUV 81.26 106.98 251.92 -
System Red Green Blue C M Y K H S L
Decimal 255 0 44 0 1 0.83 0 349.65 1 0.5
Hex FF 0 2C 0 64 53 0 15E 64 32
Octal 377 0 54 0 144 123 0 536 144 62
Binary 11111111 0 101100 0 1100100 1010011 0 101011110 1100100 110010

Color Harmonies of #FF002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF002C

Black with #FF002C

Text Example


Text Example

White with #FF002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF002C; }

 p { color: rgb(255,0,44); }

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

background-color css

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

 a { background-color: rgb(255,0,44); }

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

border-color css

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

 span { border-color: rgb(255,0,44); }

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