Html Css Color HEX #FF291A Scarlet

📋 copy color: '#FF291A'

red 255 ◦ green 41 ◦ blue 26

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

Shades of Scarlet #FF291A

Tints of Scarlet #FF291A

RGB

 RED value IS 255 (100% from 255) = 79.19%

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

 BLUE value IS 26 (10.55% from 255) = 8.07%

R = 79.19%
G = 12.73%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF291A (or 0xFF291A) is known color: Scarlet. HEX triplet: FF, 29 and 1A. RGB value is (255,41,26). Sum of RGB (Red+Green+Blue) = 255+41+26=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF291A is #00D6E5. Grayscale: #676767. Windows color (decimal): -55014 or 1714687. OLE color: 1714687.

HSL color Cylindrical-coordinate representation of color #FF291A: hue angle of 3.93º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF291A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 26 -
CMYK 0 0.84 0.90 0
HSL 3.93º 1% 0.55% -
HSV(B) 3.93º 0.9% 1% -
XYZ 42.22 22.92 3.18 -
YUV 103.28 84.4 236.22 -
System Red Green Blue C M Y K H S L
Decimal 255 41 26 0 0.84 0.90 0 3.93 1 0.55
Hex FF 29 1A 0 54 5A 0 4 64 37
Octal 377 51 32 0 124 132 0 4 144 67
Binary 11111111 101001 11010 0 1010100 1011010 0 100 1100100 110111

Color Harmonies of #FF291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF291A

Black with #FF291A

Text Example


Text Example

White with #FF291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF291A; }

 p { color: rgb(255,41,26); }

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

background-color css

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

 a { background-color: rgb(255,41,26); }

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

border-color css

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

 span { border-color: rgb(255,41,26); }

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