Html Css Color HEX #FF1300 Scarlet

📋 copy color: '#FF1300'

red 255 ◦ green 19 ◦ blue 0

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

Shades of Scarlet #FF1300

Tints of Scarlet #FF1300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 93.07%
G = 6.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF1300 (or 0xFF1300) is known color: Scarlet. HEX triplet: FF, 13 and 00. RGB value is (255,19,0). Sum of RGB (Red+Green+Blue) = 255+19+0=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1300 is #00ECFF. Grayscale: #575757. Windows color (decimal): -60672 or 5119. OLE color: 5119.

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

Color convert

RGB 255 19 0 -
CMYK 0 0.93 1 0
HSL 4.47º 1% 0.5% -
HSV(B) 4.47º 1% 1% -
XYZ 41.47 21.73 2.01 -
YUV 87.4 78.69 247.54 -
System Red Green Blue C M Y K H S L
Decimal 255 19 0 0 0.93 1 0 4.47 1 0.5
Hex FF 13 0 0 5D 64 0 4 64 32
Octal 377 23 0 0 135 144 0 4 144 62
Binary 11111111 10011 0 0 1011101 1100100 0 100 1100100 110010

Color Harmonies of #FF1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1300

Black with #FF1300

Text Example


Text Example

White with #FF1300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1300; }

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

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

background-color css

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

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

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

border-color css

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

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

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