Html Css Color HEX #F22F1D Red Orange

📋 copy color: '#F22F1D'

red 242 ◦ green 47 ◦ blue 29

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

Shades of Red Orange #F22F1D

Tints of Red Orange #F22F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 76.1%
G = 14.78%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F22F1D (or 0xF22F1D) is known color: Red Orange. HEX triplet: F2, 2F and 1D. RGB value is (242,47,29). Sum of RGB (Red+Green+Blue) = 242+47+29=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22F1D is #0DD0E2. Grayscale: #676767. Windows color (decimal): -905443 or 1912818. OLE color: 1912818.

HSL color Cylindrical-coordinate representation of color #F22F1D: hue angle of 5.07º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F22F1D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 47 29 -
CMYK 0 0.81 0.88 0.05
HSL 5.07º 0.89% 0.53% -
HSV(B) 5.07º 0.88% 0.95% -
XYZ 37.86 21 3.22 -
YUV 103.25 86.1 226.96 -
System Red Green Blue C M Y K H S L
Decimal 242 47 29 0 0.81 0.88 0.05 5.07 0.89 0.53
Hex F2 2F 1D 0 51 58 5 5 59 35
Octal 362 57 35 0 121 130 5 5 131 65
Binary 11110010 101111 11101 0 1010001 1011000 101 101 1011001 110101

Color Harmonies of #F22F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F1D

Black with #F22F1D

Text Example


Text Example

White with #F22F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F1D; }

 p { color: rgb(242,47,29); }

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

background-color css

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

 a { background-color: rgb(242,47,29); }

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

border-color css

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

 span { border-color: rgb(242,47,29); }

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