Html Css Color HEX #FF1400 Scarlet

📋 copy color: '#FF1400'

red 255 ◦ green 20 ◦ blue 0

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

Shades of Scarlet #FF1400

Tints of Scarlet #FF1400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

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

R = 92.73%
G = 7.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF1400 (or 0xFF1400) is known color: Scarlet. HEX triplet: FF, 14 and 00. RGB value is (255,20,0). Sum of RGB (Red+Green+Blue) = 255+20+0=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1400 is #00EBFF. Grayscale: #585858. Windows color (decimal): -60416 or 5375. OLE color: 5375.

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

Color convert

RGB 255 20 0 -
CMYK 0 0.92 1 0
HSL 4.71º 1% 0.5% -
HSV(B) 4.71º 1% 1% -
XYZ 41.49 21.76 2.01 -
YUV 87.99 78.36 247.13 -
System Red Green Blue C M Y K H S L
Decimal 255 20 0 0 0.92 1 0 4.71 1 0.5
Hex FF 14 0 0 5C 64 0 5 64 32
Octal 377 24 0 0 134 144 0 5 144 62
Binary 11111111 10100 0 0 1011100 1100100 0 101 1100100 110010

Color Harmonies of #FF1400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1400

Black with #FF1400

Text Example


Text Example

White with #FF1400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1400; }

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

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

background-color css

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

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

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

border-color css

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

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

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