Html Css Color HEX #FD3313 Scarlet

📋 copy color: '#FD3313'

red 253 ◦ green 51 ◦ blue 19

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

Shades of Scarlet #FD3313

Tints of Scarlet #FD3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

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

R = 78.33%
G = 15.79%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD3313 (or 0xFD3313) is known color: Scarlet. HEX triplet: FD, 33 and 13. RGB value is (253,51,19). Sum of RGB (Red+Green+Blue) = 253+51+19=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3313 is #02CCEC. Grayscale: #6C6C6C. Windows color (decimal): -183533 or 1258493. OLE color: 1258493.

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

Color convert

RGB 253 51 19 -
CMYK 0 0.80 0.92 0.01
HSL 8.21º 0.98% 0.53% -
HSV(B) 8.21º 0.92% 0.99% -
XYZ 41.81 23.3 2.91 -
YUV 107.75 77.92 231.6 -
System Red Green Blue C M Y K H S L
Decimal 253 51 19 0 0.80 0.92 0.01 8.21 0.98 0.53
Hex FD 33 13 0 50 5C 1 8 62 35
Octal 375 63 23 0 120 134 1 10 142 65
Binary 11111101 110011 10011 0 1010000 1011100 1 1000 1100010 110101

Color Harmonies of #FD3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3313

Black with #FD3313

Text Example


Text Example

White with #FD3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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