Html Css Color HEX #FA2302 Scarlet

📋 copy color: '#FA2302'

red 250 ◦ green 35 ◦ blue 2

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

Shades of Scarlet #FA2302

Tints of Scarlet #FA2302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 87.11%
G = 12.2%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA2302 (or 0xFA2302) is known color: Scarlet. HEX triplet: FA, 23 and 02. RGB value is (250,35,2). Sum of RGB (Red+Green+Blue) = 250+35+2=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2302 is #05DCFD. Grayscale: #5F5F5F. Windows color (decimal): -384254 or 140282. OLE color: 140282.

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

Color convert

RGB 250 35 2 -
CMYK 0 0.86 0.99 0.02
HSL 7.98º 0.98% 0.49% -
HSV(B) 7.98º 0.99% 0.98% -
XYZ 40.04 21.53 2.1 -
YUV 95.52 75.23 238.18 -
System Red Green Blue C M Y K H S L
Decimal 250 35 2 0 0.86 0.99 0.02 7.98 0.98 0.49
Hex FA 23 2 0 56 63 2 8 62 31
Octal 372 43 2 0 126 143 2 10 142 61
Binary 11111010 100011 10 0 1010110 1100011 10 1000 1100010 110001

Color Harmonies of #FA2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2302

Black with #FA2302

Text Example


Text Example

White with #FA2302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2302; }

 p { color: rgb(250,35,2); }

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

background-color css

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

 a { background-color: rgb(250,35,2); }

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

border-color css

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

 span { border-color: rgb(250,35,2); }

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