Html Css Color HEX #F23127 Red Orange

📋 copy color: '#F23127'

red 242 ◦ green 49 ◦ blue 39

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

Shades of Red Orange #F23127

Tints of Red Orange #F23127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 73.33%
G = 14.85%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F23127 (or 0xF23127) is known color: Red Orange. HEX triplet: F2, 31 and 27. RGB value is (242,49,39). Sum of RGB (Red+Green+Blue) = 242+49+39=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F23127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23127 is #0DCED8. Grayscale: #696969. Windows color (decimal): -904921 or 2568690. OLE color: 2568690.

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

Color convert

RGB 242 49 39 -
CMYK 0 0.80 0.84 0.05
HSL 2.96º 0.89% 0.55% -
HSV(B) 2.96º 0.84% 0.95% -
XYZ 38.08 21.22 4.01 -
YUV 105.57 90.44 225.31 -
System Red Green Blue C M Y K H S L
Decimal 242 49 39 0 0.80 0.84 0.05 2.96 0.89 0.55
Hex F2 31 27 0 50 54 5 3 59 37
Octal 362 61 47 0 120 124 5 3 131 67
Binary 11110010 110001 100111 0 1010000 1010100 101 11 1011001 110111

Color Harmonies of #F23127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23127

Black with #F23127

Text Example


Text Example

White with #F23127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23127; }

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

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

background-color css

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

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

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

border-color css

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

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

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