Html Css Color HEX #FA290D Scarlet

📋 copy color: '#FA290D'

red 250 ◦ green 41 ◦ blue 13

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

Shades of Scarlet #FA290D

Tints of Scarlet #FA290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 82.24%
G = 13.49%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA290D (or 0xFA290D) is known color: Scarlet. HEX triplet: FA, 29 and 0D. RGB value is (250,41,13). Sum of RGB (Red+Green+Blue) = 250+41+13=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA290D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA290D is #05D6F2. Grayscale: #646464. Windows color (decimal): -382707 or 862714. OLE color: 862714.

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

Color convert

RGB 250 41 13 -
CMYK 0 0.84 0.95 0.02
HSL 7.09º 0.96% 0.52% -
HSV(B) 7.09º 0.95% 0.98% -
XYZ 40.29 21.94 2.49 -
YUV 100.3 78.74 234.78 -
System Red Green Blue C M Y K H S L
Decimal 250 41 13 0 0.84 0.95 0.02 7.09 0.96 0.52
Hex FA 29 D 0 54 5F 2 7 60 34
Octal 372 51 15 0 124 137 2 7 140 64
Binary 11111010 101001 1101 0 1010100 1011111 10 111 1100000 110100

Color Harmonies of #FA290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA290D

Black with #FA290D

Text Example


Text Example

White with #FA290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA290D; }

 p { color: rgb(250,41,13); }

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

background-color css

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

 a { background-color: rgb(250,41,13); }

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

border-color css

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

 span { border-color: rgb(250,41,13); }

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