Html Css Color HEX #FF3513 Scarlet

📋 copy color: '#FF3513'

red 255 ◦ green 53 ◦ blue 19

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

Shades of Scarlet #FF3513

Tints of Scarlet #FF3513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

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

R = 77.98%
G = 16.21%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3513 (or 0xFF3513) is known color: Scarlet. HEX triplet: FF, 35 and 13. RGB value is (255,53,19). Sum of RGB (Red+Green+Blue) = 255+53+19=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3513 is #00CAEC. Grayscale: #6D6D6D. Windows color (decimal): -51949 or 1259007. OLE color: 1259007.

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

Color convert

RGB 255 53 19 -
CMYK 0 0.79 0.93 0
HSL 8.64º 1% 0.54% -
HSV(B) 8.64º 0.93% 1% -
XYZ 42.63 23.85 2.97 -
YUV 109.52 76.92 231.76 -
System Red Green Blue C M Y K H S L
Decimal 255 53 19 0 0.79 0.93 0 8.64 1 0.54
Hex FF 35 13 0 4F 5D 0 9 64 36
Octal 377 65 23 0 117 135 0 11 144 66
Binary 11111111 110101 10011 0 1001111 1011101 0 1001 1100100 110110

Color Harmonies of #FF3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3513

Black with #FF3513

Text Example


Text Example

White with #FF3513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3513; }

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

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

background-color css

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

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

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

border-color css

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

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

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