Html Css Color HEX #FD2313 Scarlet

📋 copy color: '#FD2313'

red 253 ◦ green 35 ◦ blue 19

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

Shades of Scarlet #FD2313

Tints of Scarlet #FD2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

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

R = 82.41%
G = 11.4%
B = 6.19%

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

#FD2313 (or 0xFD2313) is known color: Scarlet. HEX triplet: FD, 23 and 13. RGB value is (253,35,19). Sum of RGB (Red+Green+Blue) = 253+35+19=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2313 is #02DCEC. Grayscale: #626262. Windows color (decimal): -187629 or 1254397. OLE color: 1254397.

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

Color convert

RGB 253 35 19 -
CMYK 0 0.86 0.92 0.01
HSL 4.1º 0.98% 0.53% -
HSV(B) 4.1º 0.92% 0.99% -
XYZ 41.23 22.13 2.72 -
YUV 98.36 83.22 238.3 -
System Red Green Blue C M Y K H S L
Decimal 253 35 19 0 0.86 0.92 0.01 4.1 0.98 0.53
Hex FD 23 13 0 56 5C 1 4 62 35
Octal 375 43 23 0 126 134 1 4 142 65
Binary 11111101 100011 10011 0 1010110 1011100 1 100 1100010 110101

Color Harmonies of #FD2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2313

Black with #FD2313

Text Example


Text Example

White with #FD2313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2313; }

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

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

background-color css

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

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

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

border-color css

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

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

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