Html Css Color HEX #F2331E Red Orange

📋 copy color: '#F2331E'

red 242 ◦ green 51 ◦ blue 30

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

Shades of Red Orange #F2331E

Tints of Red Orange #F2331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 30 (12.11% from 255) = 9.29%

R = 74.92%
G = 15.79%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2331E (or 0xF2331E) is known color: Red Orange. HEX triplet: F2, 33 and 1E. RGB value is (242,51,30). Sum of RGB (Red+Green+Blue) = 242+51+30=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F2331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2331E is #0DCCE1. Grayscale: #696969. Windows color (decimal): -904418 or 1979378. OLE color: 1979378.

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

Color convert

RGB 242 51 30 -
CMYK 0 0.79 0.88 0.05
HSL 5.94º 0.89% 0.53% -
HSV(B) 5.94º 0.88% 0.95% -
XYZ 38.04 21.34 3.34 -
YUV 105.72 85.28 225.21 -
System Red Green Blue C M Y K H S L
Decimal 242 51 30 0 0.79 0.88 0.05 5.94 0.89 0.53
Hex F2 33 1E 0 4F 58 5 6 59 35
Octal 362 63 36 0 117 130 5 6 131 65
Binary 11110010 110011 11110 0 1001111 1011000 101 110 1011001 110101

Color Harmonies of #F2331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2331E

Black with #F2331E

Text Example


Text Example

White with #F2331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2331E; }

 p { color: rgb(242,51,30); }

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

background-color css

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

 a { background-color: rgb(242,51,30); }

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

border-color css

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

 span { border-color: rgb(242,51,30); }

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