Html Css Color HEX #FF1A04 Scarlet

📋 copy color: '#FF1A04'

red 255 ◦ green 26 ◦ blue 4

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

Shades of Scarlet #FF1A04

Tints of Scarlet #FF1A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 89.47%
G = 9.12%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF1A04 (or 0xFF1A04) is known color: Scarlet. HEX triplet: FF, 1A and 04. RGB value is (255,26,4). Sum of RGB (Red+Green+Blue) = 255+26+4=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1A04 is #00E5FB. Grayscale: #5C5C5C. Windows color (decimal): -58876 or 269055. OLE color: 269055.

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

Color convert

RGB 255 26 4 -
CMYK 0 0.90 0.98 0
HSL 5.26º 1% 0.51% -
HSV(B) 5.26º 0.98% 1% -
XYZ 41.63 22.01 2.17 -
YUV 91.96 78.37 244.29 -
System Red Green Blue C M Y K H S L
Decimal 255 26 4 0 0.90 0.98 0 5.26 1 0.51
Hex FF 1A 4 0 5A 62 0 5 64 33
Octal 377 32 4 0 132 142 0 5 144 63
Binary 11111111 11010 100 0 1011010 1100010 0 101 1100100 110011

Color Harmonies of #FF1A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1A04

Black with #FF1A04

Text Example


Text Example

White with #FF1A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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