Html Css Color HEX #F3382D Red Orange

📋 copy color: '#F3382D'

red 243 ◦ green 56 ◦ blue 45

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

Shades of Red Orange #F3382D

Tints of Red Orange #F3382D

RGB

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

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

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

R = 70.64%
G = 16.28%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3382D (or 0xF3382D) is known color: Red Orange. HEX triplet: F3, 38 and 2D. RGB value is (243,56,45). Sum of RGB (Red+Green+Blue) = 243+56+45=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F3382D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3382D is #0CC7D2. Grayscale: #6E6E6E. Windows color (decimal): -837587 or 2963699. OLE color: 2963699.

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

Color convert

RGB 243 56 45 -
CMYK 0 0.77 0.81 0.05
HSL 3.33º 0.89% 0.56% -
HSV(B) 3.33º 0.81% 0.95% -
XYZ 38.85 22.07 4.7 -
YUV 110.66 90.95 222.39 -
System Red Green Blue C M Y K H S L
Decimal 243 56 45 0 0.77 0.81 0.05 3.33 0.89 0.56
Hex F3 38 2D 0 4D 51 5 3 59 38
Octal 363 70 55 0 115 121 5 3 131 70
Binary 11110011 111000 101101 0 1001101 1010001 101 11 1011001 111000

Color Harmonies of #F3382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3382D

Black with #F3382D

Text Example


Text Example

White with #F3382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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