Html Css Color HEX #FA261D Scarlet

📋 copy color: '#FA261D'

red 250 ◦ green 38 ◦ blue 29

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

Shades of Scarlet #FA261D

Tints of Scarlet #FA261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 78.86%
G = 11.99%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA261D (or 0xFA261D) is known color: Scarlet. HEX triplet: FA, 26 and 1D. RGB value is (250,38,29). Sum of RGB (Red+Green+Blue) = 250+38+29=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA261D is #05D9E2. Grayscale: #646464. Windows color (decimal): -383459 or 1910522. OLE color: 1910522.

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

Color convert

RGB 250 38 29 -
CMYK 0 0.85 0.88 0.02
HSL 2.44º 0.96% 0.55% -
HSV(B) 2.44º 0.88% 0.98% -
XYZ 40.34 21.8 3.24 -
YUV 100.36 87.74 234.73 -
System Red Green Blue C M Y K H S L
Decimal 250 38 29 0 0.85 0.88 0.02 2.44 0.96 0.55
Hex FA 26 1D 0 55 58 2 2 60 37
Octal 372 46 35 0 125 130 2 2 140 67
Binary 11111010 100110 11101 0 1010101 1011000 10 10 1100000 110111

Color Harmonies of #FA261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA261D

Black with #FA261D

Text Example


Text Example

White with #FA261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA261D; }

 p { color: rgb(250,38,29); }

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

background-color css

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

 a { background-color: rgb(250,38,29); }

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

border-color css

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

 span { border-color: rgb(250,38,29); }

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