Html Css Color HEX #FD3614 Scarlet

📋 copy color: '#FD3614'

red 253 ◦ green 54 ◦ blue 20

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

Shades of Scarlet #FD3614

Tints of Scarlet #FD3614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 77.37%
G = 16.51%
B = 6.12%

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

#FD3614 (or 0xFD3614) is known color: Scarlet. HEX triplet: FD, 36 and 14. RGB value is (253,54,20). Sum of RGB (Red+Green+Blue) = 253+54+20=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3614 is #02C9EB. Grayscale: #6D6D6D. Windows color (decimal): -182764 or 1324797. OLE color: 1324797.

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

Color convert

RGB 253 54 20 -
CMYK 0 0.79 0.92 0.01
HSL 8.76º 0.98% 0.54% -
HSV(B) 8.76º 0.92% 0.99% -
XYZ 41.95 23.57 3 -
YUV 109.63 77.43 230.26 -
System Red Green Blue C M Y K H S L
Decimal 253 54 20 0 0.79 0.92 0.01 8.76 0.98 0.54
Hex FD 36 14 0 4F 5C 1 9 62 36
Octal 375 66 24 0 117 134 1 11 142 66
Binary 11111101 110110 10100 0 1001111 1011100 1 1001 1100010 110110

Color Harmonies of #FD3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3614

Black with #FD3614

Text Example


Text Example

White with #FD3614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3614; }

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

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

background-color css

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

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

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

border-color css

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

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

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