Html Css Color HEX #FF0735 Torch Red

📋 copy color: '#FF0735'

red 255 ◦ green 7 ◦ blue 53

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

Shades of Torch Red #FF0735

Tints of Torch Red #FF0735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 80.95%
G = 2.22%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF0735 (or 0xFF0735) is known color: Torch Red. HEX triplet: FF, 07 and 35. RGB value is (255,7,53). Sum of RGB (Red+Green+Blue) = 255+7+53=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0735 is #00F8CA. Grayscale: #565656. Windows color (decimal): -63691 or 3475455. OLE color: 3475455.

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

Color convert

RGB 255 7 53 -
CMYK 0 0.97 0.79 0
HSL 348.87º 1% 0.51% -
HSV(B) 348.87º 0.97% 1% -
XYZ 41.96 21.67 5.34 -
YUV 86.4 109.16 248.26 -
System Red Green Blue C M Y K H S L
Decimal 255 7 53 0 0.97 0.79 0 348.87 1 0.51
Hex FF 7 35 0 61 4F 0 15D 64 33
Octal 377 7 65 0 141 117 0 535 144 63
Binary 11111111 111 110101 0 1100001 1001111 0 101011101 1100100 110011

Color Harmonies of #FF0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0735

Black with #FF0735

Text Example


Text Example

White with #FF0735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0735; }

 p { color: rgb(255,7,53); }

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

background-color css

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

 a { background-color: rgb(255,7,53); }

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

border-color css

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

 span { border-color: rgb(255,7,53); }

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