Html Css Color HEX #FD2804 Scarlet

📋 copy color: '#FD2804'

red 253 ◦ green 40 ◦ blue 4

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

Shades of Scarlet #FD2804

Tints of Scarlet #FD2804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 85.19%
G = 13.47%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD2804 (or 0xFD2804) is known color: Scarlet. HEX triplet: FD, 28 and 04. RGB value is (253,40,4). Sum of RGB (Red+Green+Blue) = 253+40+4=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2804 is #02D7FB. Grayscale: #636363. Windows color (decimal): -186364 or 272637. OLE color: 272637.

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

Color convert

RGB 253 40 4 -
CMYK 0 0.84 0.98 0.01
HSL 8.67º 0.98% 0.5% -
HSV(B) 8.67º 0.98% 0.99% -
XYZ 41.29 22.41 2.26 -
YUV 99.58 74.07 237.43 -
System Red Green Blue C M Y K H S L
Decimal 253 40 4 0 0.84 0.98 0.01 8.67 0.98 0.5
Hex FD 28 4 0 54 62 1 9 62 32
Octal 375 50 4 0 124 142 1 11 142 62
Binary 11111101 101000 100 0 1010100 1100010 1 1001 1100010 110010

Color Harmonies of #FD2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2804

Black with #FD2804

Text Example


Text Example

White with #FD2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2804; }

 p { color: rgb(253,40,4); }

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

background-color css

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

 a { background-color: rgb(253,40,4); }

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

border-color css

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

 span { border-color: rgb(253,40,4); }

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