Html Css Color HEX #F2371C Red Orange

📋 copy color: '#F2371C'

red 242 ◦ green 55 ◦ blue 28

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

Shades of Red Orange #F2371C

Tints of Red Orange #F2371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 74.46%
G = 16.92%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2371C (or 0xF2371C) is known color: Red Orange. HEX triplet: F2, 37 and 1C. RGB value is (242,55,28). Sum of RGB (Red+Green+Blue) = 242+55+28=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F2371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2371C is #0DC8E3. Grayscale: #6C6C6C. Windows color (decimal): -903396 or 1849330. OLE color: 1849330.

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

Color convert

RGB 242 55 28 -
CMYK 0 0.77 0.88 0.05
HSL 7.57º 0.89% 0.53% -
HSV(B) 7.57º 0.88% 0.95% -
XYZ 38.19 21.69 3.27 -
YUV 107.84 82.95 223.7 -
System Red Green Blue C M Y K H S L
Decimal 242 55 28 0 0.77 0.88 0.05 7.57 0.89 0.53
Hex F2 37 1C 0 4D 58 5 8 59 35
Octal 362 67 34 0 115 130 5 10 131 65
Binary 11110010 110111 11100 0 1001101 1011000 101 1000 1011001 110101

Color Harmonies of #F2371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2371C

Black with #F2371C

Text Example


Text Example

White with #F2371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2371C; }

 p { color: rgb(242,55,28); }

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

background-color css

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

 a { background-color: rgb(242,55,28); }

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

border-color css

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

 span { border-color: rgb(242,55,28); }

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