Html Css Color HEX #F22521 Red Orange

📋 copy color: '#F22521'

red 242 ◦ green 37 ◦ blue 33

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

Shades of Red Orange #F22521

Tints of Red Orange #F22521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 77.56%
G = 11.86%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F22521 (or 0xF22521) is known color: Red Orange. HEX triplet: F2, 25 and 21. RGB value is (242,37,33). Sum of RGB (Red+Green+Blue) = 242+37+33=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F22521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22521 is #0DDADE. Grayscale: #626262. Windows color (decimal): -907999 or 2172402. OLE color: 2172402.

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

Color convert

RGB 242 37 33 -
CMYK 0 0.85 0.86 0.05
HSL 1.15º 0.89% 0.54% -
HSV(B) 1.15º 0.86% 0.95% -
XYZ 37.55 20.31 3.38 -
YUV 97.84 91.42 230.83 -
System Red Green Blue C M Y K H S L
Decimal 242 37 33 0 0.85 0.86 0.05 1.15 0.89 0.54
Hex F2 25 21 0 55 56 5 1 59 36
Octal 362 45 41 0 125 126 5 1 131 66
Binary 11110010 100101 100001 0 1010101 1010110 101 1 1011001 110110

Color Harmonies of #F22521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22521

Black with #F22521

Text Example


Text Example

White with #F22521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22521; }

 p { color: rgb(242,37,33); }

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

background-color css

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

 a { background-color: rgb(242,37,33); }

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

border-color css

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

 span { border-color: rgb(242,37,33); }

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