Html Css Color HEX #F42F29 Red Orange

📋 copy color: '#F42F29'

red 244 ◦ green 47 ◦ blue 41

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

Shades of Red Orange #F42F29

Tints of Red Orange #F42F29

RGB

 RED value IS 244 (95.7% from 255) = 73.49%

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

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

R = 73.49%
G = 14.16%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F42F29 (or 0xF42F29) is known color: Red Orange. HEX triplet: F4, 2F and 29. RGB value is (244,47,41). Sum of RGB (Red+Green+Blue) = 244+47+41=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F29 is #0BD0D6. Grayscale: #696969. Windows color (decimal): -774359 or 2699252. OLE color: 2699252.

HSL color Cylindrical-coordinate representation of color #F42F29: hue angle of 1.77º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42F29 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 47 41 -
CMYK 0 0.81 0.83 0.04
HSL 1.77º 0.9% 0.56% -
HSV(B) 1.77º 0.83% 0.96% -
XYZ 38.72 21.43 4.19 -
YUV 105.22 91.77 226.99 -
System Red Green Blue C M Y K H S L
Decimal 244 47 41 0 0.81 0.83 0.04 1.77 0.9 0.56
Hex F4 2F 29 0 51 53 4 2 5A 38
Octal 364 57 51 0 121 123 4 2 132 70
Binary 11110100 101111 101001 0 1010001 1010011 100 10 1011010 111000

Color Harmonies of #F42F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F29

Black with #F42F29

Text Example


Text Example

White with #F42F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F29; }

 p { color: rgb(244,47,41); }

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

background-color css

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

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

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

border-color css

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

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

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