Html Css Color HEX #F23129 Red Orange

📋 copy color: '#F23129'

red 242 ◦ green 49 ◦ blue 41

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

Shades of Red Orange #F23129

Tints of Red Orange #F23129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.35%

R = 72.89%
G = 14.76%
B = 12.35%

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

#F23129 (or 0xF23129) is known color: Red Orange. HEX triplet: F2, 31 and 29. RGB value is (242,49,41). Sum of RGB (Red+Green+Blue) = 242+49+41=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F23129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23129 is #0DCED6. Grayscale: #6A6A6A. Windows color (decimal): -904919 or 2699762. OLE color: 2699762.

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

Color convert

RGB 242 49 41 -
CMYK 0 0.80 0.83 0.05
HSL 2.39º 0.89% 0.55% -
HSV(B) 2.39º 0.83% 0.95% -
XYZ 38.12 21.23 4.19 -
YUV 105.8 91.44 225.15 -
System Red Green Blue C M Y K H S L
Decimal 242 49 41 0 0.80 0.83 0.05 2.39 0.89 0.55
Hex F2 31 29 0 50 53 5 2 59 37
Octal 362 61 51 0 120 123 5 2 131 67
Binary 11110010 110001 101001 0 1010000 1010011 101 10 1011001 110111

Color Harmonies of #F23129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23129

Black with #F23129

Text Example


Text Example

White with #F23129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23129; }

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

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

background-color css

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

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

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

border-color css

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

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

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