Html Css Color HEX #FD2719 Scarlet

📋 copy color: '#FD2719'

red 253 ◦ green 39 ◦ blue 25

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

Shades of Scarlet #FD2719

Tints of Scarlet #FD2719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

 BLUE value IS 25 (10.16% from 255) = 7.89%

R = 79.81%
G = 12.3%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD2719 (or 0xFD2719) is known color: Scarlet. HEX triplet: FD, 27 and 19. RGB value is (253,39,25). Sum of RGB (Red+Green+Blue) = 253+39+25=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2719 is #02D8E6. Grayscale: #656565. Windows color (decimal): -186599 or 1648637. OLE color: 1648637.

HSL color Cylindrical-coordinate representation of color #FD2719: hue angle of 3.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD2719 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 39 25 -
CMYK 0 0.85 0.90 0.01
HSL 3.68º 0.98% 0.55% -
HSV(B) 3.68º 0.9% 0.99% -
XYZ 41.41 22.4 3.06 -
YUV 101.39 84.9 236.14 -
System Red Green Blue C M Y K H S L
Decimal 253 39 25 0 0.85 0.90 0.01 3.68 0.98 0.55
Hex FD 27 19 0 55 5A 1 4 62 37
Octal 375 47 31 0 125 132 1 4 142 67
Binary 11111101 100111 11001 0 1010101 1011010 1 100 1100010 110111

Color Harmonies of #FD2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2719

Black with #FD2719

Text Example


Text Example

White with #FD2719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2719; }

 p { color: rgb(253,39,25); }

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

background-color css

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

 a { background-color: rgb(253,39,25); }

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

border-color css

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

 span { border-color: rgb(253,39,25); }

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