Html Css Color HEX #F22D1E Red Orange

📋 copy color: '#F22D1E'

red 242 ◦ green 45 ◦ blue 30

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

Shades of Red Orange #F22D1E

Tints of Red Orange #F22D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 76.34%
G = 14.2%
B = 9.46%

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

#F22D1E (or 0xF22D1E) is known color: Red Orange. HEX triplet: F2, 2D and 1E. RGB value is (242,45,30). Sum of RGB (Red+Green+Blue) = 242+45+30=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D1E is #0DD2E1. Grayscale: #666666. Windows color (decimal): -905954 or 1977842. OLE color: 1977842.

HSL color Cylindrical-coordinate representation of color #F22D1E: hue angle of 4.25º 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 #F22D1E is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 45 30 -
CMYK 0 0.81 0.88 0.05
HSL 4.25º 0.89% 0.53% -
HSV(B) 4.25º 0.88% 0.95% -
XYZ 37.79 20.85 3.26 -
YUV 102.19 87.27 227.72 -
System Red Green Blue C M Y K H S L
Decimal 242 45 30 0 0.81 0.88 0.05 4.25 0.89 0.53
Hex F2 2D 1E 0 51 58 5 4 59 35
Octal 362 55 36 0 121 130 5 4 131 65
Binary 11110010 101101 11110 0 1010001 1011000 101 100 1011001 110101

Color Harmonies of #F22D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D1E

Black with #F22D1E

Text Example


Text Example

White with #F22D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D1E; }

 p { color: rgb(242,45,30); }

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

background-color css

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

 a { background-color: rgb(242,45,30); }

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

border-color css

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

 span { border-color: rgb(242,45,30); }

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