Html Css Color HEX #FA210E Scarlet

📋 copy color: '#FA210E'

red 250 ◦ green 33 ◦ blue 14

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

Shades of Scarlet #FA210E

Tints of Scarlet #FA210E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.71%

R = 84.18%
G = 11.11%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA210E (or 0xFA210E) is known color: Scarlet. HEX triplet: FA, 21 and 0E. RGB value is (250,33,14). Sum of RGB (Red+Green+Blue) = 250+33+14=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA210E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA210E is #05DEF1. Grayscale: #606060. Windows color (decimal): -384754 or 926202. OLE color: 926202.

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

Color convert

RGB 250 33 14 -
CMYK 0 0.87 0.94 0.02
HSL 4.83º 0.96% 0.52% -
HSV(B) 4.83º 0.94% 0.98% -
XYZ 40.05 21.44 2.44 -
YUV 95.72 81.89 238.04 -
System Red Green Blue C M Y K H S L
Decimal 250 33 14 0 0.87 0.94 0.02 4.83 0.96 0.52
Hex FA 21 E 0 57 5E 2 5 60 34
Octal 372 41 16 0 127 136 2 5 140 64
Binary 11111010 100001 1110 0 1010111 1011110 10 101 1100000 110100

Color Harmonies of #FA210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA210E

Black with #FA210E

Text Example


Text Example

White with #FA210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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