Html Css Color HEX #F2331F Red Orange

📋 copy color: '#F2331F'

red 242 ◦ green 51 ◦ blue 31

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

Shades of Red Orange #F2331F

Tints of Red Orange #F2331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 74.69%
G = 15.74%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2331F (or 0xF2331F) is known color: Red Orange. HEX triplet: F2, 33 and 1F. RGB value is (242,51,31). Sum of RGB (Red+Green+Blue) = 242+51+31=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F2331F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2331F is #0DCCE0. Grayscale: #6A6A6A. Windows color (decimal): -904417 or 2044914. OLE color: 2044914.

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

Color convert

RGB 242 51 31 -
CMYK 0 0.79 0.87 0.05
HSL 5.69º 0.89% 0.54% -
HSV(B) 5.69º 0.87% 0.95% -
XYZ 38.05 21.34 3.41 -
YUV 105.83 85.78 225.13 -
System Red Green Blue C M Y K H S L
Decimal 242 51 31 0 0.79 0.87 0.05 5.69 0.89 0.54
Hex F2 33 1F 0 4F 57 5 6 59 36
Octal 362 63 37 0 117 127 5 6 131 66
Binary 11110010 110011 11111 0 1001111 1010111 101 110 1011001 110110

Color Harmonies of #F2331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2331F

Black with #F2331F

Text Example


Text Example

White with #F2331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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