Html Css Color HEX #F3382A Red Orange

📋 copy color: '#F3382A'

red 243 ◦ green 56 ◦ blue 42

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

Shades of Red Orange #F3382A

Tints of Red Orange #F3382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

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

R = 71.26%
G = 16.42%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3382A (or 0xF3382A) is known color: Red Orange. HEX triplet: F3, 38 and 2A. RGB value is (243,56,42). Sum of RGB (Red+Green+Blue) = 243+56+42=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F3382A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3382A is #0CC7D5. Grayscale: #6E6E6E. Windows color (decimal): -837590 or 2767091. OLE color: 2767091.

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

Color convert

RGB 243 56 42 -
CMYK 0 0.77 0.83 0.05
HSL 4.18º 0.89% 0.56% -
HSV(B) 4.18º 0.83% 0.95% -
XYZ 38.79 22.05 4.4 -
YUV 110.32 89.45 222.64 -
System Red Green Blue C M Y K H S L
Decimal 243 56 42 0 0.77 0.83 0.05 4.18 0.89 0.56
Hex F3 38 2A 0 4D 53 5 4 59 38
Octal 363 70 52 0 115 123 5 4 131 70
Binary 11110011 111000 101010 0 1001101 1010011 101 100 1011001 111000

Color Harmonies of #F3382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3382A

Black with #F3382A

Text Example


Text Example

White with #F3382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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