Html Css Color HEX #FD2F19 Scarlet

📋 copy color: '#FD2F19'

red 253 ◦ green 47 ◦ blue 25

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

Shades of Scarlet #FD2F19

Tints of Scarlet #FD2F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.46%

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

R = 77.85%
G = 14.46%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD2F19 (or 0xFD2F19) is known color: Scarlet. HEX triplet: FD, 2F and 19. RGB value is (253,47,25). Sum of RGB (Red+Green+Blue) = 253+47+25=325 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.85% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2F19 is #02D0E6. Grayscale: #6A6A6A. Windows color (decimal): -184551 or 1650685. OLE color: 1650685.

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

Color convert

RGB 253 47 25 -
CMYK 0 0.81 0.90 0.01
HSL 5.79º 0.98% 0.55% -
HSV(B) 5.79º 0.9% 0.99% -
XYZ 41.7 22.99 3.16 -
YUV 106.09 82.25 232.79 -
System Red Green Blue C M Y K H S L
Decimal 253 47 25 0 0.81 0.90 0.01 5.79 0.98 0.55
Hex FD 2F 19 0 51 5A 1 6 62 37
Octal 375 57 31 0 121 132 1 6 142 67
Binary 11111101 101111 11001 0 1010001 1011010 1 110 1100010 110111

Color Harmonies of #FD2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F19

Black with #FD2F19

Text Example


Text Example

White with #FD2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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