Html Css Color HEX #F23124 Red Orange

📋 copy color: '#F23124'

red 242 ◦ green 49 ◦ blue 36

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

Shades of Red Orange #F23124

Tints of Red Orange #F23124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

 BLUE value IS 36 (14.45% from 255) = 11.01%

R = 74.01%
G = 14.98%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F23124 (or 0xF23124) is known color: Red Orange. HEX triplet: F2, 31 and 24. RGB value is (242,49,36). Sum of RGB (Red+Green+Blue) = 242+49+36=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F23124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23124 is #0DCEDB. Grayscale: #696969. Windows color (decimal): -904924 or 2372082. OLE color: 2372082.

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

Color convert

RGB 242 49 36 -
CMYK 0 0.80 0.85 0.05
HSL 3.79º 0.89% 0.55% -
HSV(B) 3.79º 0.85% 0.95% -
XYZ 38.03 21.2 3.76 -
YUV 105.23 88.94 225.56 -
System Red Green Blue C M Y K H S L
Decimal 242 49 36 0 0.80 0.85 0.05 3.79 0.89 0.55
Hex F2 31 24 0 50 55 5 4 59 37
Octal 362 61 44 0 120 125 5 4 131 67
Binary 11110010 110001 100100 0 1010000 1010101 101 100 1011001 110111

Color Harmonies of #F23124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23124

Black with #F23124

Text Example


Text Example

White with #F23124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23124; }

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

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

background-color css

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

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

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

border-color css

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

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

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