Html Css Color HEX #FA220C Scarlet

📋 copy color: '#FA220C'

red 250 ◦ green 34 ◦ blue 12

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

Shades of Scarlet #FA220C

Tints of Scarlet #FA220C

RGB

 RED value IS 250 (98.05% from 255) = 84.46%

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

 BLUE value IS 12 (5.08% from 255) = 4.05%

R = 84.46%
G = 11.49%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA220C (or 0xFA220C) is known color: Scarlet. HEX triplet: FA, 22 and 0C. RGB value is (250,34,12). Sum of RGB (Red+Green+Blue) = 250+34+12=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA220C is #05DDF3. Grayscale: #606060. Windows color (decimal): -384500 or 795386. OLE color: 795386.

HSL color Cylindrical-coordinate representation of color #FA220C: hue angle of 5.55º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA220C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 34 12 -
CMYK 0 0.86 0.95 0.02
HSL 5.55º 0.96% 0.51% -
HSV(B) 5.55º 0.95% 0.98% -
XYZ 40.06 21.49 2.39 -
YUV 96.08 80.56 237.79 -
System Red Green Blue C M Y K H S L
Decimal 250 34 12 0 0.86 0.95 0.02 5.55 0.96 0.51
Hex FA 22 C 0 56 5F 2 6 60 33
Octal 372 42 14 0 126 137 2 6 140 63
Binary 11111010 100010 1100 0 1010110 1011111 10 110 1100000 110011

Color Harmonies of #FA220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA220C

Black with #FA220C

Text Example


Text Example

White with #FA220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA220C; }

 p { color: rgb(250,34,12); }

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

background-color css

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

 a { background-color: rgb(250,34,12); }

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

border-color css

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

 span { border-color: rgb(250,34,12); }

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