Html Css Color HEX #F3442C Red Orange

📋 copy color: '#F3442C'

red 243 ◦ green 68 ◦ blue 44

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

Shades of Red Orange #F3442C

Tints of Red Orange #F3442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 68.45%
G = 19.15%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3442C (or 0xF3442C) is known color: Red Orange. HEX triplet: F3, 44 and 2C. RGB value is (243,68,44). Sum of RGB (Red+Green+Blue) = 243+68+44=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3442C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3442C is #0CBBD3. Grayscale: #757575. Windows color (decimal): -834516 or 2901235. OLE color: 2901235.

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

Color convert

RGB 243 68 44 -
CMYK 0 0.72 0.82 0.05
HSL 7.24º 0.89% 0.56% -
HSV(B) 7.24º 0.82% 0.95% -
XYZ 39.48 23.37 4.81 -
YUV 117.59 86.48 217.45 -
System Red Green Blue C M Y K H S L
Decimal 243 68 44 0 0.72 0.82 0.05 7.24 0.89 0.56
Hex F3 44 2C 0 48 52 5 7 59 38
Octal 363 104 54 0 110 122 5 7 131 70
Binary 11110011 1000100 101100 0 1001000 1010010 101 111 1011001 111000

Color Harmonies of #F3442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3442C

Black with #F3442C

Text Example


Text Example

White with #F3442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3442C; }

 p { color: rgb(243,68,44); }

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

background-color css

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

 a { background-color: rgb(243,68,44); }

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

border-color css

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

 span { border-color: rgb(243,68,44); }

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