Html Css Color HEX #F22823 Red Orange

📋 copy color: '#F22823'

red 242 ◦ green 40 ◦ blue 35

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

Shades of Red Orange #F22823

Tints of Red Orange #F22823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

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

R = 76.34%
G = 12.62%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F22823 (or 0xF22823) is known color: Red Orange. HEX triplet: F2, 28 and 23. RGB value is (242,40,35). Sum of RGB (Red+Green+Blue) = 242+40+35=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F22823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22823 is #0DD7DC. Grayscale: #646464. Windows color (decimal): -907229 or 2304242. OLE color: 2304242.

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

Color convert

RGB 242 40 35 -
CMYK 0 0.83 0.86 0.05
HSL 1.45º 0.89% 0.54% -
HSV(B) 1.45º 0.86% 0.95% -
XYZ 37.68 20.52 3.56 -
YUV 99.83 91.42 229.41 -
System Red Green Blue C M Y K H S L
Decimal 242 40 35 0 0.83 0.86 0.05 1.45 0.89 0.54
Hex F2 28 23 0 53 56 5 1 59 36
Octal 362 50 43 0 123 126 5 1 131 66
Binary 11110010 101000 100011 0 1010011 1010110 101 1 1011001 110110

Color Harmonies of #F22823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22823

Black with #F22823

Text Example


Text Example

White with #F22823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22823; }

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

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

background-color css

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

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

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

border-color css

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

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

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