Html Css Color HEX #FF1801 Scarlet

📋 copy color: '#FF1801'

red 255 ◦ green 24 ◦ blue 1

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

Shades of Scarlet #FF1801

Tints of Scarlet #FF1801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 91.07%
G = 8.57%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF1801 (or 0xFF1801) is known color: Scarlet. HEX triplet: FF, 18 and 01. RGB value is (255,24,1). Sum of RGB (Red+Green+Blue) = 255+24+1=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1801 is #00E7FE. Grayscale: #5A5A5A. Windows color (decimal): -59391 or 71935. OLE color: 71935.

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

Color convert

RGB 255 24 1 -
CMYK 0 0.91 1.00 0
HSL 5.43º 1% 0.5% -
HSV(B) 5.43º 1% 1% -
XYZ 41.57 21.92 2.07 -
YUV 90.45 77.53 245.37 -
System Red Green Blue C M Y K H S L
Decimal 255 24 1 0 0.91 1.00 0 5.43 1 0.5
Hex FF 18 1 0 5B 64 0 5 64 32
Octal 377 30 1 0 133 144 0 5 144 62
Binary 11111111 11000 1 0 1011011 1100100 0 101 1100100 110010

Color Harmonies of #FF1801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1801

Black with #FF1801

Text Example


Text Example

White with #FF1801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1801; }

 p { color: rgb(255,24,1); }

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

background-color css

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

 a { background-color: rgb(255,24,1); }

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

border-color css

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

 span { border-color: rgb(255,24,1); }

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