Html Css Color HEX #F12D28 Red Orange

📋 copy color: '#F12D28'

red 241 ◦ green 45 ◦ blue 40

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

Shades of Red Orange #F12D28

Tints of Red Orange #F12D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.8%

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 73.93%
G = 13.8%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F12D28 (or 0xF12D28) is known color: Red Orange. HEX triplet: F1, 2D and 28. RGB value is (241,45,40). Sum of RGB (Red+Green+Blue) = 241+45+40=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D28 is #0ED2D7. Grayscale: #676767. Windows color (decimal): -971480 or 2633201. OLE color: 2633201.

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

Color convert

RGB 241 45 40 -
CMYK 0 0.81 0.83 0.05
HSL 1.49º 0.88% 0.55% -
HSV(B) 1.49º 0.83% 0.95% -
XYZ 37.6 20.73 4.03 -
YUV 103.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 241 45 40 0 0.81 0.83 0.05 1.49 0.88 0.55
Hex F1 2D 28 0 51 53 5 1 58 37
Octal 361 55 50 0 121 123 5 1 130 67
Binary 11110001 101101 101000 0 1010001 1010011 101 1 1011000 110111

Color Harmonies of #F12D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D28

Black with #F12D28

Text Example


Text Example

White with #F12D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D28; }

 p { color: rgb(241,45,40); }

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

background-color css

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

 a { background-color: rgb(241,45,40); }

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

border-color css

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

 span { border-color: rgb(241,45,40); }

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