Html Css Color HEX #F12F1D Red Orange

📋 copy color: '#F12F1D'

red 241 ◦ green 47 ◦ blue 29

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

Shades of Red Orange #F12F1D

Tints of Red Orange #F12F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 76.03%
G = 14.83%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F12F1D (or 0xF12F1D) is known color: Red Orange. HEX triplet: F1, 2F and 1D. RGB value is (241,47,29). Sum of RGB (Red+Green+Blue) = 241+47+29=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F1D is #0ED0E2. Grayscale: #676767. Windows color (decimal): -970979 or 1912817. OLE color: 1912817.

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

Color convert

RGB 241 47 29 -
CMYK 0 0.80 0.88 0.05
HSL 5.09º 0.88% 0.53% -
HSV(B) 5.09º 0.88% 0.95% -
XYZ 37.51 20.82 3.2 -
YUV 102.95 86.27 226.46 -
System Red Green Blue C M Y K H S L
Decimal 241 47 29 0 0.80 0.88 0.05 5.09 0.88 0.53
Hex F1 2F 1D 0 50 58 5 5 58 35
Octal 361 57 35 0 120 130 5 5 130 65
Binary 11110001 101111 11101 0 1010000 1011000 101 101 1011000 110101

Color Harmonies of #F12F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F1D

Black with #F12F1D

Text Example


Text Example

White with #F12F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F1D; }

 p { color: rgb(241,47,29); }

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

background-color css

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

 a { background-color: rgb(241,47,29); }

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

border-color css

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

 span { border-color: rgb(241,47,29); }

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