Html Css Color HEX #F22523 Red Orange

📋 copy color: '#F22523'

red 242 ◦ green 37 ◦ blue 35

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

Shades of Red Orange #F22523

Tints of Red Orange #F22523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.15%

R = 77.07%
G = 11.78%
B = 11.15%

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

#F22523 (or 0xF22523) is known color: Red Orange. HEX triplet: F2, 25 and 23. RGB value is (242,37,35). Sum of RGB (Red+Green+Blue) = 242+37+35=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F22523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22523 is #0DDADC. Grayscale: #626262. Windows color (decimal): -907997 or 2303474. OLE color: 2303474.

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

Color convert

RGB 242 37 35 -
CMYK 0 0.85 0.86 0.05
HSL 0.58º 0.89% 0.54% -
HSV(B) 0.58º 0.86% 0.95% -
XYZ 37.58 20.32 3.53 -
YUV 98.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 242 37 35 0 0.85 0.86 0.05 0.58 0.89 0.54
Hex F2 25 23 0 55 56 5 1 59 36
Octal 362 45 43 0 125 126 5 1 131 66
Binary 11110010 100101 100011 0 1010101 1010110 101 1 1011001 110110

Color Harmonies of #F22523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22523

Black with #F22523

Text Example


Text Example

White with #F22523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22523; }

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

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

background-color css

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

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

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

border-color css

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

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

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