Html Css Color HEX #FD2C15 Scarlet

📋 copy color: '#FD2C15'

red 253 ◦ green 44 ◦ blue 21

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

Shades of Scarlet #FD2C15

Tints of Scarlet #FD2C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

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

R = 79.56%
G = 13.84%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2C15 (or 0xFD2C15) is known color: Scarlet. HEX triplet: FD, 2C and 15. RGB value is (253,44,21). Sum of RGB (Red+Green+Blue) = 253+44+21=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2C15 is #02D3EA. Grayscale: #686868. Windows color (decimal): -185323 or 1387773. OLE color: 1387773.

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

Color convert

RGB 253 44 21 -
CMYK 0 0.83 0.92 0.01
HSL 5.95º 0.98% 0.54% -
HSV(B) 5.95º 0.92% 0.99% -
XYZ 41.54 22.74 2.91 -
YUV 103.87 81.24 234.37 -
System Red Green Blue C M Y K H S L
Decimal 253 44 21 0 0.83 0.92 0.01 5.95 0.98 0.54
Hex FD 2C 15 0 53 5C 1 6 62 36
Octal 375 54 25 0 123 134 1 6 142 66
Binary 11111101 101100 10101 0 1010011 1011100 1 110 1100010 110110

Color Harmonies of #FD2C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2C15

Black with #FD2C15

Text Example


Text Example

White with #FD2C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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