Html Css Color HEX #F12925 Red Orange

📋 copy color: '#F12925'

red 241 ◦ green 41 ◦ blue 37

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

Shades of Red Orange #F12925

Tints of Red Orange #F12925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

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

R = 75.55%
G = 12.85%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12925 (or 0xF12925) is known color: Red Orange. HEX triplet: F1, 29 and 25. RGB value is (241,41,37). Sum of RGB (Red+Green+Blue) = 241+41+37=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F12925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12925 is #0ED6DA. Grayscale: #646464. Windows color (decimal): -972507 or 2435569. OLE color: 2435569.

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

Color convert

RGB 241 41 37 -
CMYK 0 0.83 0.85 0.05
HSL 1.18º 0.88% 0.55% -
HSV(B) 1.18º 0.85% 0.95% -
XYZ 37.4 20.42 3.72 -
YUV 100.34 92.26 228.33 -
System Red Green Blue C M Y K H S L
Decimal 241 41 37 0 0.83 0.85 0.05 1.18 0.88 0.55
Hex F1 29 25 0 53 55 5 1 58 37
Octal 361 51 45 0 123 125 5 1 130 67
Binary 11110001 101001 100101 0 1010011 1010101 101 1 1011000 110111

Color Harmonies of #F12925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12925

Black with #F12925

Text Example


Text Example

White with #F12925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12925; }

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

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

background-color css

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

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

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

border-color css

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

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

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