Html Css Color HEX #F23128 Red Orange

📋 copy color: '#F23128'

red 242 ◦ green 49 ◦ blue 40

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

Shades of Red Orange #F23128

Tints of Red Orange #F23128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 73.11%
G = 14.8%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F23128 (or 0xF23128) is known color: Red Orange. HEX triplet: F2, 31 and 28. RGB value is (242,49,40). Sum of RGB (Red+Green+Blue) = 242+49+40=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F23128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23128 is #0DCED7. Grayscale: #696969. Windows color (decimal): -904920 or 2634226. OLE color: 2634226.

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

Color convert

RGB 242 49 40 -
CMYK 0 0.80 0.83 0.05
HSL 2.67º 0.89% 0.55% -
HSV(B) 2.67º 0.83% 0.95% -
XYZ 38.1 21.23 4.1 -
YUV 105.68 90.94 225.23 -
System Red Green Blue C M Y K H S L
Decimal 242 49 40 0 0.80 0.83 0.05 2.67 0.89 0.55
Hex F2 31 28 0 50 53 5 3 59 37
Octal 362 61 50 0 120 123 5 3 131 67
Binary 11110010 110001 101000 0 1010000 1010011 101 11 1011001 110111

Color Harmonies of #F23128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23128

Black with #F23128

Text Example


Text Example

White with #F23128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23128; }

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

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

background-color css

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

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

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

border-color css

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

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

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