Html Css Color HEX #F3441C Red Orange

📋 copy color: '#F3441C'

red 243 ◦ green 68 ◦ blue 28

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

Shades of Red Orange #F3441C

Tints of Red Orange #F3441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 71.68%
G = 20.06%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3441C (or 0xF3441C) is known color: Red Orange. HEX triplet: F3, 44 and 1C. RGB value is (243,68,28). Sum of RGB (Red+Green+Blue) = 243+68+28=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F3441C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3441C is #0CBBE3. Grayscale: #747474. Windows color (decimal): -834532 or 1852659. OLE color: 1852659.

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

Color convert

RGB 243 68 28 -
CMYK 0 0.72 0.88 0.05
HSL 11.16º 0.9% 0.53% -
HSV(B) 11.16º 0.88% 0.95% -
XYZ 39.24 23.27 3.52 -
YUV 115.77 78.48 218.75 -
System Red Green Blue C M Y K H S L
Decimal 243 68 28 0 0.72 0.88 0.05 11.16 0.9 0.53
Hex F3 44 1C 0 48 58 5 B 5A 35
Octal 363 104 34 0 110 130 5 13 132 65
Binary 11110011 1000100 11100 0 1001000 1011000 101 1011 1011010 110101

Color Harmonies of #F3441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3441C

Black with #F3441C

Text Example


Text Example

White with #F3441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3441C; }

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

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

background-color css

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

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

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

border-color css

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

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

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