Html Css Color HEX #F3441D Red Orange

📋 copy color: '#F3441D'

red 243 ◦ green 68 ◦ blue 29

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

Shades of Red Orange #F3441D

Tints of Red Orange #F3441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 71.47%
G = 20%
B = 8.53%

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

#F3441D (or 0xF3441D) is known color: Red Orange. HEX triplet: F3, 44 and 1D. RGB value is (243,68,29). Sum of RGB (Red+Green+Blue) = 243+68+29=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F3441D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3441D is #0CBBE2. Grayscale: #747474. Windows color (decimal): -834531 or 1918195. OLE color: 1918195.

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

Color convert

RGB 243 68 29 -
CMYK 0 0.72 0.88 0.05
HSL 10.93º 0.9% 0.53% -
HSV(B) 10.93º 0.88% 0.95% -
XYZ 39.25 23.28 3.59 -
YUV 115.88 78.98 218.67 -
System Red Green Blue C M Y K H S L
Decimal 243 68 29 0 0.72 0.88 0.05 10.93 0.9 0.53
Hex F3 44 1D 0 48 58 5 B 5A 35
Octal 363 104 35 0 110 130 5 13 132 65
Binary 11110011 1000100 11101 0 1001000 1011000 101 1011 1011010 110101

Color Harmonies of #F3441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3441D

Black with #F3441D

Text Example


Text Example

White with #F3441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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