Html Css Color HEX #F22925 Red Orange

📋 copy color: '#F22925'

red 242 ◦ green 41 ◦ blue 37

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

Shades of Red Orange #F22925

Tints of Red Orange #F22925

RGB

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

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

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

R = 75.63%
G = 12.81%
B = 11.56%

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

#F22925 (or 0xF22925) is known color: Red Orange. HEX triplet: F2, 29 and 25. RGB value is (242,41,37). Sum of RGB (Red+Green+Blue) = 242+41+37=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F22925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22925 is #0DD6DA. Grayscale: #646464. Windows color (decimal): -906971 or 2435570. OLE color: 2435570.

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

Color convert

RGB 242 41 37 -
CMYK 0 0.83 0.85 0.05
HSL 1.17º 0.89% 0.55% -
HSV(B) 1.17º 0.85% 0.95% -
XYZ 37.74 20.6 3.74 -
YUV 100.64 92.09 228.83 -
System Red Green Blue C M Y K H S L
Decimal 242 41 37 0 0.83 0.85 0.05 1.17 0.89 0.55
Hex F2 29 25 0 53 55 5 1 59 37
Octal 362 51 45 0 123 125 5 1 131 67
Binary 11110010 101001 100101 0 1010011 1010101 101 1 1011001 110111

Color Harmonies of #F22925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22925

Black with #F22925

Text Example


Text Example

White with #F22925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22925; }

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

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

background-color css

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

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

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

border-color css

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

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

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