Html Css Color HEX #FD3613 Scarlet

📋 copy color: '#FD3613'

red 253 ◦ green 54 ◦ blue 19

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

Shades of Scarlet #FD3613

Tints of Scarlet #FD3613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

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

R = 77.61%
G = 16.56%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD3613 (or 0xFD3613) is known color: Scarlet. HEX triplet: FD, 36 and 13. RGB value is (253,54,19). Sum of RGB (Red+Green+Blue) = 253+54+19=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3613 is #02C9EC. Grayscale: #6D6D6D. Windows color (decimal): -182765 or 1259261. OLE color: 1259261.

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

Color convert

RGB 253 54 19 -
CMYK 0 0.79 0.92 0.01
HSL 8.97º 0.98% 0.53% -
HSV(B) 8.97º 0.92% 0.99% -
XYZ 41.94 23.57 2.95 -
YUV 109.51 76.93 230.35 -
System Red Green Blue C M Y K H S L
Decimal 253 54 19 0 0.79 0.92 0.01 8.97 0.98 0.53
Hex FD 36 13 0 4F 5C 1 9 62 35
Octal 375 66 23 0 117 134 1 11 142 65
Binary 11111101 110110 10011 0 1001111 1011100 1 1001 1100010 110101

Color Harmonies of #FD3613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3613

Black with #FD3613

Text Example


Text Example

White with #FD3613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3613; }

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

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

background-color css

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

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

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

border-color css

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

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

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