Html Css Color HEX #FF252A Torch Red

📋 copy color: '#FF252A'

red 255 ◦ green 37 ◦ blue 42

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

Shades of Torch Red #FF252A

Tints of Torch Red #FF252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

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

R = 76.35%
G = 11.08%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF252A (or 0xFF252A) is known color: Torch Red. HEX triplet: FF, 25 and 2A. RGB value is (255,37,42). Sum of RGB (Red+Green+Blue) = 255+37+42=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF252A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF252A is #00DAD5. Grayscale: #666666. Windows color (decimal): -56022 or 2762239. OLE color: 2762239.

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

Color convert

RGB 255 37 42 -
CMYK 0 0.85 0.84 0
HSL 358.62º 1% 0.57% -
HSV(B) 358.62º 0.85% 1% -
XYZ 42.32 22.75 4.35 -
YUV 102.75 93.72 236.59 -
System Red Green Blue C M Y K H S L
Decimal 255 37 42 0 0.85 0.84 0 358.62 1 0.57
Hex FF 25 2A 0 55 54 0 167 64 39
Octal 377 45 52 0 125 124 0 547 144 71
Binary 11111111 100101 101010 0 1010101 1010100 0 101100111 1100100 111001

Color Harmonies of #FF252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF252A

Black with #FF252A

Text Example


Text Example

White with #FF252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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