Html Css Color HEX #F3342A Red Orange

📋 copy color: '#F3342A'

red 243 ◦ green 52 ◦ blue 42

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

Shades of Red Orange #F3342A

Tints of Red Orange #F3342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 72.11%
G = 15.43%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3342A (or 0xF3342A) is known color: Red Orange. HEX triplet: F3, 34 and 2A. RGB value is (243,52,42). Sum of RGB (Red+Green+Blue) = 243+52+42=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F3342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3342A is #0CCBD5. Grayscale: #6C6C6C. Windows color (decimal): -838614 or 2766067. OLE color: 2766067.

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

Color convert

RGB 243 52 42 -
CMYK 0 0.79 0.83 0.05
HSL 2.99º 0.89% 0.56% -
HSV(B) 2.99º 0.83% 0.95% -
XYZ 38.61 21.68 4.34 -
YUV 107.97 90.78 224.31 -
System Red Green Blue C M Y K H S L
Decimal 243 52 42 0 0.79 0.83 0.05 2.99 0.89 0.56
Hex F3 34 2A 0 4F 53 5 3 59 38
Octal 363 64 52 0 117 123 5 3 131 70
Binary 11110011 110100 101010 0 1001111 1010011 101 11 1011001 111000

Color Harmonies of #F3342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3342A

Black with #F3342A

Text Example


Text Example

White with #F3342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3342A; }

 p { color: rgb(243,52,42); }

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

background-color css

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

 a { background-color: rgb(243,52,42); }

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

border-color css

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

 span { border-color: rgb(243,52,42); }

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