Html Css Color HEX #F12E2D Red Orange

📋 copy color: '#F12E2D'

red 241 ◦ green 46 ◦ blue 45

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

Shades of Red Orange #F12E2D

Tints of Red Orange #F12E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.86%

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 72.59%
G = 13.86%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F12E2D (or 0xF12E2D) is known color: Red Orange. HEX triplet: F1, 2E and 2D. RGB value is (241,46,45). Sum of RGB (Red+Green+Blue) = 241+46+45=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E2D is #0ED1D2. Grayscale: #686868. Windows color (decimal): -971219 or 2961137. OLE color: 2961137.

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

Color convert

RGB 241 46 45 -
CMYK 0 0.81 0.81 0.05
HSL 0.31º 0.88% 0.56% -
HSV(B) 0.31º 0.81% 0.95% -
XYZ 37.73 20.84 4.52 -
YUV 104.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 241 46 45 0 0.81 0.81 0.05 0.31 0.88 0.56
Hex F1 2E 2D 0 51 51 5 0 58 38
Octal 361 56 55 0 121 121 5 0 130 70
Binary 11110001 101110 101101 0 1010001 1010001 101 0 1011000 111000

Color Harmonies of #F12E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12E2D

Black with #F12E2D

Text Example


Text Example

White with #F12E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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