Html Css Color HEX #F12929 Red Orange

📋 copy color: '#F12929'

red 241 ◦ green 41 ◦ blue 41

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

Shades of Red Orange #F12929

Tints of Red Orange #F12929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.69%

R = 74.61%
G = 12.69%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F12929 (or 0xF12929) is known color: Red Orange. HEX triplet: F1, 29 and 29. RGB value is (241,41,41). Sum of RGB (Red+Green+Blue) = 241+41+41=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F12929 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12929 is #0ED6D6. Grayscale: #656565. Windows color (decimal): -972503 or 2697713. OLE color: 2697713.

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

Color convert

RGB 241 41 41 -
CMYK 0 0.83 0.83 0.05
HSL 0.88% 0.55% -
HSV(B) 0.83% 0.95% -
XYZ 37.47 20.45 4.07 -
YUV 100.8 94.26 228 -
System Red Green Blue C M Y K H S L
Decimal 241 41 41 0 0.83 0.83 0.05 0 0.88 0.55
Hex F1 29 29 0 53 53 5 0 58 37
Octal 361 51 51 0 123 123 5 0 130 67
Binary 11110001 101001 101001 0 1010011 1010011 101 0 1011000 110111

Color Harmonies of #F12929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12929

Black with #F12929

Text Example


Text Example

White with #F12929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12929; }

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

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

background-color css

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

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

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

border-color css

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

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

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