Html Css Color HEX #FF2913 Scarlet

📋 copy color: '#FF2913'

red 255 ◦ green 41 ◦ blue 19

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

Shades of Scarlet #FF2913

Tints of Scarlet #FF2913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 80.95%
G = 13.02%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2913 (or 0xFF2913) is known color: Scarlet. HEX triplet: FF, 29 and 13. RGB value is (255,41,19). Sum of RGB (Red+Green+Blue) = 255+41+19=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2913 is #00D6EC. Grayscale: #666666. Windows color (decimal): -55021 or 1255935. OLE color: 1255935.

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

Color convert

RGB 255 41 19 -
CMYK 0 0.84 0.93 0
HSL 5.59º 1% 0.54% -
HSV(B) 5.59º 0.93% 1% -
XYZ 42.15 22.89 2.81 -
YUV 102.48 80.9 236.79 -
System Red Green Blue C M Y K H S L
Decimal 255 41 19 0 0.84 0.93 0 5.59 1 0.54
Hex FF 29 13 0 54 5D 0 6 64 36
Octal 377 51 23 0 124 135 0 6 144 66
Binary 11111111 101001 10011 0 1010100 1011101 0 110 1100100 110110

Color Harmonies of #FF2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2913

Black with #FF2913

Text Example


Text Example

White with #FF2913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2913; }

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

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

background-color css

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

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

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

border-color css

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

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

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