Html Css Color HEX #F3341B Red Orange

📋 copy color: '#F3341B'

red 243 ◦ green 52 ◦ blue 27

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

Shades of Red Orange #F3341B

Tints of Red Orange #F3341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

 BLUE value IS 27 (10.94% from 255) = 8.39%

R = 75.47%
G = 16.15%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3341B (or 0xF3341B) is known color: Red Orange. HEX triplet: F3, 34 and 1B. RGB value is (243,52,27). Sum of RGB (Red+Green+Blue) = 243+52+27=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F3341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3341B is #0CCBE4. Grayscale: #6A6A6A. Windows color (decimal): -838629 or 1783027. OLE color: 1783027.

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

Color convert

RGB 243 52 27 -
CMYK 0 0.79 0.89 0.05
HSL 6.94º 0.9% 0.53% -
HSV(B) 6.94º 0.89% 0.95% -
XYZ 38.39 21.59 3.18 -
YUV 106.26 83.28 225.53 -
System Red Green Blue C M Y K H S L
Decimal 243 52 27 0 0.79 0.89 0.05 6.94 0.9 0.53
Hex F3 34 1B 0 4F 59 5 7 5A 35
Octal 363 64 33 0 117 131 5 7 132 65
Binary 11110011 110100 11011 0 1001111 1011001 101 111 1011010 110101

Color Harmonies of #F3341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3341B

Black with #F3341B

Text Example


Text Example

White with #F3341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3341B; }

 p { color: rgb(243,52,27); }

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

background-color css

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

 a { background-color: rgb(243,52,27); }

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

border-color css

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

 span { border-color: rgb(243,52,27); }

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