Html Css Color HEX #FF2613 Scarlet

📋 copy color: '#FF2613'

red 255 ◦ green 38 ◦ blue 19

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

Shades of Scarlet #FF2613

Tints of Scarlet #FF2613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

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

R = 81.73%
G = 12.18%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2613 (or 0xFF2613) is known color: Scarlet. HEX triplet: FF, 26 and 13. RGB value is (255,38,19). Sum of RGB (Red+Green+Blue) = 255+38+19=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2613 is #00D9EC. Grayscale: #656565. Windows color (decimal): -55789 or 1255167. OLE color: 1255167.

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

Color convert

RGB 255 38 19 -
CMYK 0 0.85 0.93 0
HSL 4.83º 1% 0.54% -
HSV(B) 4.83º 0.93% 1% -
XYZ 42.05 22.69 2.78 -
YUV 100.72 81.89 238.04 -
System Red Green Blue C M Y K H S L
Decimal 255 38 19 0 0.85 0.93 0 4.83 1 0.54
Hex FF 26 13 0 55 5D 0 5 64 36
Octal 377 46 23 0 125 135 0 5 144 66
Binary 11111111 100110 10011 0 1010101 1011101 0 101 1100100 110110

Color Harmonies of #FF2613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2613

Black with #FF2613

Text Example


Text Example

White with #FF2613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2613; }

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

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

background-color css

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

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

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

border-color css

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

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

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