Html Css Color HEX #FD2614 Scarlet

📋 copy color: '#FD2614'

red 253 ◦ green 38 ◦ blue 20

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

Shades of Scarlet #FD2614

Tints of Scarlet #FD2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 81.35%
G = 12.22%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2614 (or 0xFD2614) is known color: Scarlet. HEX triplet: FD, 26 and 14. RGB value is (253,38,20). Sum of RGB (Red+Green+Blue) = 253+38+20=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2614 is #02D9EB. Grayscale: #646464. Windows color (decimal): -186860 or 1320701. OLE color: 1320701.

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

Color convert

RGB 253 38 20 -
CMYK 0 0.85 0.92 0.01
HSL 4.64º 0.98% 0.54% -
HSV(B) 4.64º 0.92% 0.99% -
XYZ 41.33 22.32 2.79 -
YUV 100.23 82.73 236.96 -
System Red Green Blue C M Y K H S L
Decimal 253 38 20 0 0.85 0.92 0.01 4.64 0.98 0.54
Hex FD 26 14 0 55 5C 1 5 62 36
Octal 375 46 24 0 125 134 1 5 142 66
Binary 11111101 100110 10100 0 1010101 1011100 1 101 1100010 110110

Color Harmonies of #FD2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2614

Black with #FD2614

Text Example


Text Example

White with #FD2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2614; }

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

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

background-color css

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

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

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

border-color css

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

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

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