Html Css Color HEX #FF2715 Scarlet

📋 copy color: '#FF2715'

red 255 ◦ green 39 ◦ blue 21

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

Shades of Scarlet #FF2715

Tints of Scarlet #FF2715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

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

R = 80.95%
G = 12.38%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF2715 (or 0xFF2715) is known color: Scarlet. HEX triplet: FF, 27 and 15. RGB value is (255,39,21). Sum of RGB (Red+Green+Blue) = 255+39+21=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2715 is #00D8EA. Grayscale: #656565. Windows color (decimal): -55531 or 1386495. OLE color: 1386495.

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

Color convert

RGB 255 39 21 -
CMYK 0 0.85 0.92 0
HSL 4.62º 1% 0.54% -
HSV(B) 4.62º 0.92% 1% -
XYZ 42.1 22.77 2.88 -
YUV 101.53 82.56 237.46 -
System Red Green Blue C M Y K H S L
Decimal 255 39 21 0 0.85 0.92 0 4.62 1 0.54
Hex FF 27 15 0 55 5C 0 5 64 36
Octal 377 47 25 0 125 134 0 5 144 66
Binary 11111111 100111 10101 0 1010101 1011100 0 101 1100100 110110

Color Harmonies of #FF2715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2715

Black with #FF2715

Text Example


Text Example

White with #FF2715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2715; }

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

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

background-color css

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

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

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

border-color css

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

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

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