Html Css Color HEX #F3312D Red Orange

📋 copy color: '#F3312D'

red 243 ◦ green 49 ◦ blue 45

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

Shades of Red Orange #F3312D

Tints of Red Orange #F3312D

RGB

 RED value IS 243 (95.31% from 255) = 72.11%

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

 BLUE value IS 45 (17.97% from 255) = 13.35%

R = 72.11%
G = 14.54%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3312D (or 0xF3312D) is known color: Red Orange. HEX triplet: F3, 31 and 2D. RGB value is (243,49,45). Sum of RGB (Red+Green+Blue) = 243+49+45=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F3312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3312D is #0CCED2. Grayscale: #6A6A6A. Windows color (decimal): -839379 or 2961907. OLE color: 2961907.

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

Color convert

RGB 243 49 45 -
CMYK 0 0.80 0.81 0.05
HSL 1.21º 0.89% 0.56% -
HSV(B) 1.21º 0.81% 0.95% -
XYZ 38.53 21.44 4.59 -
YUV 106.55 93.27 225.33 -
System Red Green Blue C M Y K H S L
Decimal 243 49 45 0 0.80 0.81 0.05 1.21 0.89 0.56
Hex F3 31 2D 0 50 51 5 1 59 38
Octal 363 61 55 0 120 121 5 1 131 70
Binary 11110011 110001 101101 0 1010000 1010001 101 1 1011001 111000

Color Harmonies of #F3312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3312D

Black with #F3312D

Text Example


Text Example

White with #F3312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3312D; }

 p { color: rgb(243,49,45); }

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

background-color css

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

 a { background-color: rgb(243,49,45); }

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

border-color css

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

 span { border-color: rgb(243,49,45); }

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