Html Css Color HEX #FF3515 Scarlet

📋 copy color: '#FF3515'

red 255 ◦ green 53 ◦ blue 21

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

Shades of Scarlet #FF3515

Tints of Scarlet #FF3515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 77.51%
G = 16.11%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF3515 (or 0xFF3515) is known color: Scarlet. HEX triplet: FF, 35 and 15. RGB value is (255,53,21). Sum of RGB (Red+Green+Blue) = 255+53+21=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3515 is #00CAEA. Grayscale: #6E6E6E. Windows color (decimal): -51947 or 1390079. OLE color: 1390079.

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

Color convert

RGB 255 53 21 -
CMYK 0 0.79 0.92 0
HSL 8.21º 1% 0.54% -
HSV(B) 8.21º 0.92% 1% -
XYZ 42.65 23.86 3.07 -
YUV 109.75 77.92 231.6 -
System Red Green Blue C M Y K H S L
Decimal 255 53 21 0 0.79 0.92 0 8.21 1 0.54
Hex FF 35 15 0 4F 5C 0 8 64 36
Octal 377 65 25 0 117 134 0 10 144 66
Binary 11111111 110101 10101 0 1001111 1011100 0 1000 1100100 110110

Color Harmonies of #FF3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3515

Black with #FF3515

Text Example


Text Example

White with #FF3515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3515; }

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

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

background-color css

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

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

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

border-color css

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

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

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