Html Css Color HEX #F22825 Red Orange

📋 copy color: '#F22825'

red 242 ◦ green 40 ◦ blue 37

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

Shades of Red Orange #F22825

Tints of Red Orange #F22825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

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

R = 75.86%
G = 12.54%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F22825 (or 0xF22825) is known color: Red Orange. HEX triplet: F2, 28 and 25. RGB value is (242,40,37). Sum of RGB (Red+Green+Blue) = 242+40+37=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F22825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22825 is #0DD7DA. Grayscale: #646464. Windows color (decimal): -907227 or 2435314. OLE color: 2435314.

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

Color convert

RGB 242 40 37 -
CMYK 0 0.83 0.85 0.05
HSL 0.88º 0.89% 0.55% -
HSV(B) 0.88º 0.85% 0.95% -
XYZ 37.71 20.53 3.73 -
YUV 100.06 92.42 229.24 -
System Red Green Blue C M Y K H S L
Decimal 242 40 37 0 0.83 0.85 0.05 0.88 0.89 0.55
Hex F2 28 25 0 53 55 5 1 59 37
Octal 362 50 45 0 123 125 5 1 131 67
Binary 11110010 101000 100101 0 1010011 1010101 101 1 1011001 110111

Color Harmonies of #F22825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22825

Black with #F22825

Text Example


Text Example

White with #F22825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22825; }

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

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

background-color css

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

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

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

border-color css

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

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

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