Html Css Color HEX #F22D25 Red Orange

📋 copy color: '#F22D25'

red 242 ◦ green 45 ◦ blue 37

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

Shades of Red Orange #F22D25

Tints of Red Orange #F22D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 74.69%
G = 13.89%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F22D25 (or 0xF22D25) is known color: Red Orange. HEX triplet: F2, 2D and 25. RGB value is (242,45,37). Sum of RGB (Red+Green+Blue) = 242+45+37=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D25 is #0DD2DA. Grayscale: #676767. Windows color (decimal): -905947 or 2436594. OLE color: 2436594.

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

Color convert

RGB 242 45 37 -
CMYK 0 0.81 0.85 0.05
HSL 2.34º 0.89% 0.55% -
HSV(B) 2.34º 0.85% 0.95% -
XYZ 37.89 20.89 3.78 -
YUV 102.99 90.77 227.15 -
System Red Green Blue C M Y K H S L
Decimal 242 45 37 0 0.81 0.85 0.05 2.34 0.89 0.55
Hex F2 2D 25 0 51 55 5 2 59 37
Octal 362 55 45 0 121 125 5 2 131 67
Binary 11110010 101101 100101 0 1010001 1010101 101 10 1011001 110111

Color Harmonies of #F22D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D25

Black with #F22D25

Text Example


Text Example

White with #F22D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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