Html Css Color HEX #FF1800 Scarlet

📋 copy color: '#FF1800'

red 255 ◦ green 24 ◦ blue 0

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

Shades of Scarlet #FF1800

Tints of Scarlet #FF1800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.4%
G = 8.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF1800 (or 0xFF1800) is known color: Scarlet. HEX triplet: FF, 18 and 00. RGB value is (255,24,0). Sum of RGB (Red+Green+Blue) = 255+24+0=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1800 is #00E7FF. Grayscale: #5A5A5A. Windows color (decimal): -59392 or 6399. OLE color: 6399.

HSL color Cylindrical-coordinate representation of color #FF1800: hue angle of 5.65º 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 #FF1800 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 255 24 0 -
CMYK 0 0.91 1 0
HSL 5.65º 1% 0.5% -
HSV(B) 5.65º 1% 1% -
XYZ 41.57 21.91 2.04 -
YUV 90.33 77.03 245.45 -
System Red Green Blue C M Y K H S L
Decimal 255 24 0 0 0.91 1 0 5.65 1 0.5
Hex FF 18 0 0 5B 64 0 6 64 32
Octal 377 30 0 0 133 144 0 6 144 62
Binary 11111111 11000 0 0 1011011 1100100 0 110 1100100 110010

Color Harmonies of #FF1800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1800

Black with #FF1800

Text Example


Text Example

White with #FF1800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1800; }

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

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

background-color css

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

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

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

border-color css

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

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

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