Html Css Color HEX #FF0635 Torch Red

📋 copy color: '#FF0635'

red 255 ◦ green 6 ◦ blue 53

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

Shades of Torch Red #FF0635

Tints of Torch Red #FF0635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.91%

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

R = 81.21%
G = 1.91%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF0635 (or 0xFF0635) is known color: Torch Red. HEX triplet: FF, 06 and 35. RGB value is (255,6,53). Sum of RGB (Red+Green+Blue) = 255+6+53=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0635 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0635 is #00F9CA. Grayscale: #555555. Windows color (decimal): -63947 or 3475199. OLE color: 3475199.

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

Color convert

RGB 255 6 53 -
CMYK 0 0.98 0.79 0
HSL 348.67º 1% 0.51% -
HSV(B) 348.67º 0.98% 1% -
XYZ 41.95 21.65 5.34 -
YUV 85.81 109.49 248.68 -
System Red Green Blue C M Y K H S L
Decimal 255 6 53 0 0.98 0.79 0 348.67 1 0.51
Hex FF 6 35 0 62 4F 0 15D 64 33
Octal 377 6 65 0 142 117 0 535 144 63
Binary 11111111 110 110101 0 1100010 1001111 0 101011101 1100100 110011

Color Harmonies of #FF0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0635

Black with #FF0635

Text Example


Text Example

White with #FF0635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0635; }

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

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

background-color css

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

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

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

border-color css

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

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

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