Html Css Color HEX #FD2514 Scarlet

📋 copy color: '#FD2514'

red 253 ◦ green 37 ◦ blue 20

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

Shades of Scarlet #FD2514

Tints of Scarlet #FD2514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 81.61%
G = 11.94%
B = 6.45%

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

#FD2514 (or 0xFD2514) is known color: Scarlet. HEX triplet: FD, 25 and 14. RGB value is (253,37,20). Sum of RGB (Red+Green+Blue) = 253+37+20=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2514 is #02DAEB. Grayscale: #636363. Windows color (decimal): -187116 or 1320445. OLE color: 1320445.

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

Color convert

RGB 253 37 20 -
CMYK 0 0.85 0.92 0.01
HSL 4.38º 0.98% 0.54% -
HSV(B) 4.38º 0.92% 0.99% -
XYZ 41.3 22.26 2.78 -
YUV 99.65 83.06 237.38 -
System Red Green Blue C M Y K H S L
Decimal 253 37 20 0 0.85 0.92 0.01 4.38 0.98 0.54
Hex FD 25 14 0 55 5C 1 4 62 36
Octal 375 45 24 0 125 134 1 4 142 66
Binary 11111101 100101 10100 0 1010101 1011100 1 100 1100010 110110

Color Harmonies of #FD2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2514

Black with #FD2514

Text Example


Text Example

White with #FD2514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2514; }

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

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

background-color css

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

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

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

border-color css

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

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

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