Html Css Color HEX #F3221E Scarlet

📋 copy color: '#F3221E'

red 243 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #F3221E

Tints of Scarlet #F3221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.07%

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 79.15%
G = 11.07%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3221E (or 0xF3221E) is known color: Scarlet. HEX triplet: F3, 22 and 1E. RGB value is (243,34,30). Sum of RGB (Red+Green+Blue) = 243+34+30=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F3221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3221E is #0CDDE1. Grayscale: #606060. Windows color (decimal): -843234 or 1975027. OLE color: 1975027.

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

Color convert

RGB 243 34 30 -
CMYK 0 0.86 0.88 0.05
HSL 1.13º 0.9% 0.54% -
HSV(B) 1.13º 0.88% 0.95% -
XYZ 37.77 20.29 3.15 -
YUV 96.04 90.74 232.83 -
System Red Green Blue C M Y K H S L
Decimal 243 34 30 0 0.86 0.88 0.05 1.13 0.9 0.54
Hex F3 22 1E 0 56 58 5 1 5A 36
Octal 363 42 36 0 126 130 5 1 132 66
Binary 11110011 100010 11110 0 1010110 1011000 101 1 1011010 110110

Color Harmonies of #F3221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3221E

Black with #F3221E

Text Example


Text Example

White with #F3221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3221E; }

 p { color: rgb(243,34,30); }

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

background-color css

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

 a { background-color: rgb(243,34,30); }

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

border-color css

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

 span { border-color: rgb(243,34,30); }

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