Html Css Color HEX #F42522 Red Orange

📋 copy color: '#F42522'

red 244 ◦ green 37 ◦ blue 34

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

Shades of Red Orange #F42522

Tints of Red Orange #F42522

RGB

 RED value IS 244 (95.7% from 255) = 77.46%

 GREEN value IS 37 (14.84% from 255) = 11.75%

 BLUE value IS 34 (13.67% from 255) = 10.79%

R = 77.46%
G = 11.75%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F42522 (or 0xF42522) is known color: Red Orange. HEX triplet: F4, 25 and 22. RGB value is (244,37,34). Sum of RGB (Red+Green+Blue) = 244+37+34=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F42522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42522 is #0BDADD. Grayscale: #626262. Windows color (decimal): -776926 or 2237940. OLE color: 2237940.

HSL color Cylindrical-coordinate representation of color #F42522: hue angle of 0.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42522 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 37 34 -
CMYK 0 0.85 0.86 0.04
HSL 0.86º 0.91% 0.55% -
HSV(B) 0.86º 0.86% 0.96% -
XYZ 38.26 20.67 3.49 -
YUV 98.55 91.58 231.74 -
System Red Green Blue C M Y K H S L
Decimal 244 37 34 0 0.85 0.86 0.04 0.86 0.91 0.55
Hex F4 25 22 0 55 56 4 1 5B 37
Octal 364 45 42 0 125 126 4 1 133 67
Binary 11110100 100101 100010 0 1010101 1010110 100 1 1011011 110111

Color Harmonies of #F42522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42522

Black with #F42522

Text Example


Text Example

White with #F42522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42522; }

 p { color: rgb(244,37,34); }

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

background-color css

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

 a { background-color: rgb(244,37,34); }

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

border-color css

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

 span { border-color: rgb(244,37,34); }

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