Html Css Color HEX #F42920 Red Orange

📋 copy color: '#F42920'

red 244 ◦ green 41 ◦ blue 32

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

Shades of Red Orange #F42920

Tints of Red Orange #F42920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.09%

R = 76.97%
G = 12.93%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F42920 (or 0xF42920) is known color: Red Orange. HEX triplet: F4, 29 and 20. RGB value is (244,41,32). Sum of RGB (Red+Green+Blue) = 244+41+32=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F42920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42920 is #0BD6DF. Grayscale: #646464. Windows color (decimal): -775904 or 2107892. OLE color: 2107892.

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

Color convert

RGB 244 41 32 -
CMYK 0 0.83 0.87 0.04
HSL 2.55º 0.91% 0.54% -
HSV(B) 2.55º 0.87% 0.96% -
XYZ 38.36 20.92 3.38 -
YUV 100.67 89.25 230.23 -
System Red Green Blue C M Y K H S L
Decimal 244 41 32 0 0.83 0.87 0.04 2.55 0.91 0.54
Hex F4 29 20 0 53 57 4 3 5B 36
Octal 364 51 40 0 123 127 4 3 133 66
Binary 11110100 101001 100000 0 1010011 1010111 100 11 1011011 110110

Color Harmonies of #F42920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42920

Black with #F42920

Text Example


Text Example

White with #F42920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42920; }

 p { color: rgb(244,41,32); }

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

background-color css

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

 a { background-color: rgb(244,41,32); }

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

border-color css

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

 span { border-color: rgb(244,41,32); }

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