Html Css Color HEX #FD2413 Scarlet

📋 copy color: '#FD2413'

red 253 ◦ green 36 ◦ blue 19

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

Shades of Scarlet #FD2413

Tints of Scarlet #FD2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

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

R = 82.14%
G = 11.69%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2413 (or 0xFD2413) is known color: Scarlet. HEX triplet: FD, 24 and 13. RGB value is (253,36,19). Sum of RGB (Red+Green+Blue) = 253+36+19=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2413 is #02DBEC. Grayscale: #636363. Windows color (decimal): -187373 or 1254653. OLE color: 1254653.

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

Color convert

RGB 253 36 19 -
CMYK 0 0.86 0.92 0.01
HSL 4.36º 0.98% 0.53% -
HSV(B) 4.36º 0.92% 0.99% -
XYZ 41.26 22.19 2.73 -
YUV 98.95 82.89 237.88 -
System Red Green Blue C M Y K H S L
Decimal 253 36 19 0 0.86 0.92 0.01 4.36 0.98 0.53
Hex FD 24 13 0 56 5C 1 4 62 35
Octal 375 44 23 0 126 134 1 4 142 65
Binary 11111101 100100 10011 0 1010110 1011100 1 100 1100010 110101

Color Harmonies of #FD2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2413

Black with #FD2413

Text Example


Text Example

White with #FD2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2413; }

 p { color: rgb(253,36,19); }

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

background-color css

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

 a { background-color: rgb(253,36,19); }

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

border-color css

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

 span { border-color: rgb(253,36,19); }

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