Html Css Color HEX #F22725 Red Orange

📋 copy color: '#F22725'

red 242 ◦ green 39 ◦ blue 37

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

Shades of Red Orange #F22725

Tints of Red Orange #F22725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.26%

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

R = 76.1%
G = 12.26%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F22725 (or 0xF22725) is known color: Red Orange. HEX triplet: F2, 27 and 25. RGB value is (242,39,37). Sum of RGB (Red+Green+Blue) = 242+39+37=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F22725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22725 is #0DD8DA. Grayscale: #636363. Windows color (decimal): -907483 or 2435058. OLE color: 2435058.

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

Color convert

RGB 242 39 37 -
CMYK 0 0.84 0.85 0.05
HSL 0.59º 0.89% 0.55% -
HSV(B) 0.59º 0.85% 0.95% -
XYZ 37.68 20.46 3.71 -
YUV 99.47 92.75 229.66 -
System Red Green Blue C M Y K H S L
Decimal 242 39 37 0 0.84 0.85 0.05 0.59 0.89 0.55
Hex F2 27 25 0 54 55 5 1 59 37
Octal 362 47 45 0 124 125 5 1 131 67
Binary 11110010 100111 100101 0 1010100 1010101 101 1 1011001 110111

Color Harmonies of #F22725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22725

Black with #F22725

Text Example


Text Example

White with #F22725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22725; }

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

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

background-color css

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

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

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

border-color css

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

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

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