Html Css Color HEX #FF042A Torch Red

📋 copy color: '#FF042A'

red 255 ◦ green 4 ◦ blue 42

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

Shades of Torch Red #FF042A

Tints of Torch Red #FF042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 84.72%
G = 1.33%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF042A (or 0xFF042A) is known color: Torch Red. HEX triplet: FF, 04 and 2A. RGB value is (255,4,42). Sum of RGB (Red+Green+Blue) = 255+4+42=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF042A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF042A is #00FBD5. Grayscale: #535353. Windows color (decimal): -64470 or 2753791. OLE color: 2753791.

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

Color convert

RGB 255 4 42 -
CMYK 0 0.98 0.84 0
HSL 350.92º 1% 0.51% -
HSV(B) 350.92º 0.98% 1% -
XYZ 41.7 21.51 4.15 -
YUV 83.38 104.66 250.41 -
System Red Green Blue C M Y K H S L
Decimal 255 4 42 0 0.98 0.84 0 350.92 1 0.51
Hex FF 4 2A 0 62 54 0 15F 64 33
Octal 377 4 52 0 142 124 0 537 144 63
Binary 11111111 100 101010 0 1100010 1010100 0 101011111 1100100 110011

Color Harmonies of #FF042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF042A

Black with #FF042A

Text Example


Text Example

White with #FF042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF042A; }

 p { color: rgb(255,4,42); }

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

background-color css

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

 a { background-color: rgb(255,4,42); }

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

border-color css

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

 span { border-color: rgb(255,4,42); }

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