Html Css Color HEX #F12725 Red Orange

📋 copy color: '#F12725'

red 241 ◦ green 39 ◦ blue 37

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

Shades of Red Orange #F12725

Tints of Red Orange #F12725

RGB

 RED value IS 241 (94.53% from 255) = 76.03%

 GREEN value IS 39 (15.63% from 255) = 12.3%

 BLUE value IS 37 (14.84% from 255) = 11.67%

R = 76.03%
G = 12.3%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12725 (or 0xF12725) is known color: Red Orange. HEX triplet: F1, 27 and 25. RGB value is (241,39,37). Sum of RGB (Red+Green+Blue) = 241+39+37=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F12725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12725 is #0ED8DA. Grayscale: #636363. Windows color (decimal): -973019 or 2435057. OLE color: 2435057.

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

Color convert

RGB 241 39 37 -
CMYK 0 0.84 0.85 0.05
HSL 0.59º 0.88% 0.55% -
HSV(B) 0.59º 0.85% 0.95% -
XYZ 37.34 20.29 3.7 -
YUV 99.17 92.92 229.16 -
System Red Green Blue C M Y K H S L
Decimal 241 39 37 0 0.84 0.85 0.05 0.59 0.88 0.55
Hex F1 27 25 0 54 55 5 1 58 37
Octal 361 47 45 0 124 125 5 1 130 67
Binary 11110001 100111 100101 0 1010100 1010101 101 1 1011000 110111

Color Harmonies of #F12725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12725

Black with #F12725

Text Example


Text Example

White with #F12725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12725; }

 p { color: rgb(241,39,37); }

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

background-color css

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

 a { background-color: rgb(241,39,37); }

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

border-color css

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

 span { border-color: rgb(241,39,37); }

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