Html Css Color HEX #F22423 Red Orange

📋 copy color: '#F22423'

red 242 ◦ green 36 ◦ blue 35

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

Shades of Red Orange #F22423

Tints of Red Orange #F22423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

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

R = 77.32%
G = 11.5%
B = 11.18%

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

#F22423 (or 0xF22423) is known color: Red Orange. HEX triplet: F2, 24 and 23. RGB value is (242,36,35). Sum of RGB (Red+Green+Blue) = 242+36+35=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F22423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22423 is #0DDBDC. Grayscale: #616161. Windows color (decimal): -908253 or 2303218. OLE color: 2303218.

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

Color convert

RGB 242 36 35 -
CMYK 0 0.85 0.86 0.05
HSL 0.29º 0.89% 0.54% -
HSV(B) 0.29º 0.86% 0.95% -
XYZ 37.55 20.26 3.52 -
YUV 97.48 92.75 231.08 -
System Red Green Blue C M Y K H S L
Decimal 242 36 35 0 0.85 0.86 0.05 0.29 0.89 0.54
Hex F2 24 23 0 55 56 5 0 59 36
Octal 362 44 43 0 125 126 5 0 131 66
Binary 11110010 100100 100011 0 1010101 1010110 101 0 1011001 110110

Color Harmonies of #F22423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22423

Black with #F22423

Text Example


Text Example

White with #F22423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22423; }

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

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

background-color css

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

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

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

border-color css

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

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

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