Html Css Color HEX #FD2115 Scarlet

📋 copy color: '#FD2115'

red 253 ◦ green 33 ◦ blue 21

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

Shades of Scarlet #FD2115

Tints of Scarlet #FD2115

RGB

 RED value IS 253 (99.22% from 255) = 82.41%

 GREEN value IS 33 (13.28% from 255) = 10.75%

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

R = 82.41%
G = 10.75%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2115 (or 0xFD2115) is known color: Scarlet. HEX triplet: FD, 21 and 15. RGB value is (253,33,21). Sum of RGB (Red+Green+Blue) = 253+33+21=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2115 is #02DEEA. Grayscale: #616161. Windows color (decimal): -188139 or 1384957. OLE color: 1384957.

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

Color convert

RGB 253 33 21 -
CMYK 0 0.87 0.92 0.01
HSL 3.1º 0.98% 0.54% -
HSV(B) 3.1º 0.92% 0.99% -
XYZ 41.19 22.02 2.79 -
YUV 97.41 84.89 238.98 -
System Red Green Blue C M Y K H S L
Decimal 253 33 21 0 0.87 0.92 0.01 3.1 0.98 0.54
Hex FD 21 15 0 57 5C 1 3 62 36
Octal 375 41 25 0 127 134 1 3 142 66
Binary 11111101 100001 10101 0 1010111 1011100 1 11 1100010 110110

Color Harmonies of #FD2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2115

Black with #FD2115

Text Example


Text Example

White with #FD2115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2115; }

 p { color: rgb(253,33,21); }

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

background-color css

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

 a { background-color: rgb(253,33,21); }

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

border-color css

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

 span { border-color: rgb(253,33,21); }

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