Html Css Color HEX #F22D29 Red Orange

📋 copy color: '#F22D29'

red 242 ◦ green 45 ◦ blue 41

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

Shades of Red Orange #F22D29

Tints of Red Orange #F22D29

RGB

 RED value IS 242 (94.92% from 255) = 73.78%

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

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

R = 73.78%
G = 13.72%
B = 12.5%

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

#F22D29 (or 0xF22D29) is known color: Red Orange. HEX triplet: F2, 2D and 29. RGB value is (242,45,41). Sum of RGB (Red+Green+Blue) = 242+45+41=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D29 is #0DD2D6. Grayscale: #676767. Windows color (decimal): -905943 or 2698738. OLE color: 2698738.

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

Color convert

RGB 242 45 41 -
CMYK 0 0.81 0.83 0.05
HSL 1.19º 0.89% 0.55% -
HSV(B) 1.19º 0.83% 0.95% -
XYZ 37.96 20.91 4.13 -
YUV 103.45 92.77 226.83 -
System Red Green Blue C M Y K H S L
Decimal 242 45 41 0 0.81 0.83 0.05 1.19 0.89 0.55
Hex F2 2D 29 0 51 53 5 1 59 37
Octal 362 55 51 0 121 123 5 1 131 67
Binary 11110010 101101 101001 0 1010001 1010011 101 1 1011001 110111

Color Harmonies of #F22D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D29

Black with #F22D29

Text Example


Text Example

White with #F22D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D29; }

 p { color: rgb(242,45,41); }

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

background-color css

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

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

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

border-color css

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

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

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