Html Css Color HEX #F3291B Scarlet

📋 copy color: '#F3291B'

red 243 ◦ green 41 ◦ blue 27

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

Shades of Scarlet #F3291B

Tints of Scarlet #F3291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

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

R = 78.14%
G = 13.18%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3291B (or 0xF3291B) is known color: Scarlet. HEX triplet: F3, 29 and 1B. RGB value is (243,41,27). Sum of RGB (Red+Green+Blue) = 243+41+27=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F3291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3291B is #0CD6E4. Grayscale: #646464. Windows color (decimal): -841445 or 1780211. OLE color: 1780211.

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

Color convert

RGB 243 41 27 -
CMYK 0 0.83 0.89 0.05
HSL 3.89º 0.9% 0.53% -
HSV(B) 3.89º 0.89% 0.95% -
XYZ 37.95 20.72 3.04 -
YUV 99.8 86.92 230.14 -
System Red Green Blue C M Y K H S L
Decimal 243 41 27 0 0.83 0.89 0.05 3.89 0.9 0.53
Hex F3 29 1B 0 53 59 5 4 5A 35
Octal 363 51 33 0 123 131 5 4 132 65
Binary 11110011 101001 11011 0 1010011 1011001 101 100 1011010 110101

Color Harmonies of #F3291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3291B

Black with #F3291B

Text Example


Text Example

White with #F3291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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