Html Css Color HEX #FF252F Torch Red

📋 copy color: '#FF252F'

red 255 ◦ green 37 ◦ blue 47

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

Shades of Torch Red #FF252F

Tints of Torch Red #FF252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.86%

R = 75.22%
G = 10.91%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF252F (or 0xFF252F) is known color: Torch Red. HEX triplet: FF, 25 and 2F. RGB value is (255,37,47). Sum of RGB (Red+Green+Blue) = 255+37+47=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF252F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF252F is #00DAD0. Grayscale: #676767. Windows color (decimal): -56017 or 3089919. OLE color: 3089919.

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

Color convert

RGB 255 37 47 -
CMYK 0 0.85 0.82 0
HSL 357.25º 1% 0.57% -
HSV(B) 357.25º 0.85% 1% -
XYZ 42.41 22.79 4.85 -
YUV 103.32 96.22 236.19 -
System Red Green Blue C M Y K H S L
Decimal 255 37 47 0 0.85 0.82 0 357.25 1 0.57
Hex FF 25 2F 0 55 52 0 165 64 39
Octal 377 45 57 0 125 122 0 545 144 71
Binary 11111111 100101 101111 0 1010101 1010010 0 101100101 1100100 111001

Color Harmonies of #FF252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF252F

Black with #FF252F

Text Example


Text Example

White with #FF252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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