Html Css Color HEX #FD2904 Scarlet

📋 copy color: '#FD2904'

red 253 ◦ green 41 ◦ blue 4

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

Shades of Scarlet #FD2904

Tints of Scarlet #FD2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

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

R = 84.9%
G = 13.76%
B = 1.34%

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

#FD2904 (or 0xFD2904) is known color: Scarlet. HEX triplet: FD, 29 and 04. RGB value is (253,41,4). Sum of RGB (Red+Green+Blue) = 253+41+4=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2904 is #02D6FB. Grayscale: #646464. Windows color (decimal): -186108 or 272893. OLE color: 272893.

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

Color convert

RGB 253 41 4 -
CMYK 0 0.84 0.98 0.01
HSL 8.92º 0.98% 0.5% -
HSV(B) 8.92º 0.98% 0.99% -
XYZ 41.32 22.48 2.28 -
YUV 100.17 73.74 237.01 -
System Red Green Blue C M Y K H S L
Decimal 253 41 4 0 0.84 0.98 0.01 8.92 0.98 0.5
Hex FD 29 4 0 54 62 1 9 62 32
Octal 375 51 4 0 124 142 1 11 142 62
Binary 11111101 101001 100 0 1010100 1100010 1 1001 1100010 110010

Color Harmonies of #FD2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2904

Black with #FD2904

Text Example


Text Example

White with #FD2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2904; }

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

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

background-color css

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

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

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

border-color css

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

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

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