Html Css Color HEX #F42F27 Red Orange

📋 copy color: '#F42F27'

red 244 ◦ green 47 ◦ blue 39

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

Shades of Red Orange #F42F27

Tints of Red Orange #F42F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 73.94%
G = 14.24%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F42F27 (or 0xF42F27) is known color: Red Orange. HEX triplet: F4, 2F and 27. RGB value is (244,47,39). Sum of RGB (Red+Green+Blue) = 244+47+39=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F27 is #0BD0D8. Grayscale: #696969. Windows color (decimal): -774361 or 2568180. OLE color: 2568180.

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

Color convert

RGB 244 47 39 -
CMYK 0 0.81 0.84 0.04
HSL 2.34º 0.9% 0.55% -
HSV(B) 2.34º 0.84% 0.96% -
XYZ 38.69 21.41 4.01 -
YUV 104.99 90.77 227.15 -
System Red Green Blue C M Y K H S L
Decimal 244 47 39 0 0.81 0.84 0.04 2.34 0.9 0.55
Hex F4 2F 27 0 51 54 4 2 5A 37
Octal 364 57 47 0 121 124 4 2 132 67
Binary 11110100 101111 100111 0 1010001 1010100 100 10 1011010 110111

Color Harmonies of #F42F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F27

Black with #F42F27

Text Example


Text Example

White with #F42F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F27; }

 p { color: rgb(244,47,39); }

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

background-color css

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

 a { background-color: rgb(244,47,39); }

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

border-color css

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

 span { border-color: rgb(244,47,39); }

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