Html Css Color HEX #F42F21 Red Orange

📋 copy color: '#F42F21'

red 244 ◦ green 47 ◦ blue 33

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

Shades of Red Orange #F42F21

Tints of Red Orange #F42F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 75.31%
G = 14.51%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F42F21 (or 0xF42F21) is known color: Red Orange. HEX triplet: F4, 2F and 21. RGB value is (244,47,33). Sum of RGB (Red+Green+Blue) = 244+47+33=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F21 is #0BD0DE. Grayscale: #686868. Windows color (decimal): -774367 or 2174964. OLE color: 2174964.

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

Color convert

RGB 244 47 33 -
CMYK 0 0.81 0.86 0.04
HSL 3.98º 0.91% 0.54% -
HSV(B) 3.98º 0.86% 0.96% -
XYZ 38.6 21.38 3.53 -
YUV 104.31 87.77 227.64 -
System Red Green Blue C M Y K H S L
Decimal 244 47 33 0 0.81 0.86 0.04 3.98 0.91 0.54
Hex F4 2F 21 0 51 56 4 4 5B 36
Octal 364 57 41 0 121 126 4 4 133 66
Binary 11110100 101111 100001 0 1010001 1010110 100 100 1011011 110110

Color Harmonies of #F42F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F21

Black with #F42F21

Text Example


Text Example

White with #F42F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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