Html Css Color HEX #FF0427 Torch Red

📋 copy color: '#FF0427'

red 255 ◦ green 4 ◦ blue 39

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

Shades of Torch Red #FF0427

Tints of Torch Red #FF0427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.09%

R = 85.57%
G = 1.34%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF0427 (or 0xFF0427) is known color: Torch Red. HEX triplet: FF, 04 and 27. RGB value is (255,4,39). Sum of RGB (Red+Green+Blue) = 255+4+39=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0427 is #00FBD8. Grayscale: #535353. Windows color (decimal): -64473 or 2557183. OLE color: 2557183.

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

Color convert

RGB 255 4 39 -
CMYK 0 0.98 0.85 0
HSL 351.63º 1% 0.51% -
HSV(B) 351.63º 0.98% 1% -
XYZ 41.65 21.49 3.87 -
YUV 83.04 103.16 250.65 -
System Red Green Blue C M Y K H S L
Decimal 255 4 39 0 0.98 0.85 0 351.63 1 0.51
Hex FF 4 27 0 62 55 0 160 64 33
Octal 377 4 47 0 142 125 0 540 144 63
Binary 11111111 100 100111 0 1100010 1010101 0 101100000 1100100 110011

Color Harmonies of #FF0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0427

Black with #FF0427

Text Example


Text Example

White with #FF0427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0427; }

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

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

background-color css

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

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

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

border-color css

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

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

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