Html Css Color HEX #FF1814 Scarlet

📋 copy color: '#FF1814'

red 255 ◦ green 24 ◦ blue 20

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

Shades of Scarlet #FF1814

Tints of Scarlet #FF1814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 85.28%
G = 8.03%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF1814 (or 0xFF1814) is known color: Scarlet. HEX triplet: FF, 18 and 14. RGB value is (255,24,20). Sum of RGB (Red+Green+Blue) = 255+24+20=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1814 is #00E7EB. Grayscale: #5C5C5C. Windows color (decimal): -59372 or 1317119. OLE color: 1317119.

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

Color convert

RGB 255 24 20 -
CMYK 0 0.91 0.92 0
HSL 1.02º 1% 0.54% -
HSV(B) 1.02º 0.92% 1% -
XYZ 41.69 21.96 2.7 -
YUV 92.61 87.03 243.83 -
System Red Green Blue C M Y K H S L
Decimal 255 24 20 0 0.91 0.92 0 1.02 1 0.54
Hex FF 18 14 0 5B 5C 0 1 64 36
Octal 377 30 24 0 133 134 0 1 144 66
Binary 11111111 11000 10100 0 1011011 1011100 0 1 1100100 110110

Color Harmonies of #FF1814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1814

Black with #FF1814

Text Example


Text Example

White with #FF1814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1814; }

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

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

background-color css

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

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

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

border-color css

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

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

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