Html Css Color HEX #FA210A Scarlet

📋 copy color: '#FA210A'

red 250 ◦ green 33 ◦ blue 10

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

Shades of Scarlet #FA210A

Tints of Scarlet #FA210A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 10 (4.3% from 255) = 3.41%

R = 85.32%
G = 11.26%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA210A (or 0xFA210A) is known color: Scarlet. HEX triplet: FA, 21 and 0A. RGB value is (250,33,10). Sum of RGB (Red+Green+Blue) = 250+33+10=293 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.32% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 250 - color contains mainly: red. Hex color #FA210A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA210A is #05DEF5. Grayscale: #5F5F5F. Windows color (decimal): -384758 or 664058. OLE color: 664058.

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

Color convert

RGB 250 33 10 -
CMYK 0 0.87 0.96 0.02
HSL 5.75º 0.96% 0.51% -
HSV(B) 5.75º 0.96% 0.98% -
XYZ 40.02 21.43 2.31 -
YUV 95.26 79.89 238.37 -
System Red Green Blue C M Y K H S L
Decimal 250 33 10 0 0.87 0.96 0.02 5.75 0.96 0.51
Hex FA 21 A 0 57 60 2 6 60 33
Octal 372 41 12 0 127 140 2 6 140 63
Binary 11111010 100001 1010 0 1010111 1100000 10 110 1100000 110011

Color Harmonies of #FA210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA210A

Black with #FA210A

Text Example


Text Example

White with #FA210A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA210A; }

 p { color: rgb(250,33,10); }

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

background-color css

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

 a { background-color: rgb(250,33,10); }

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

border-color css

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

 span { border-color: rgb(250,33,10); }

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