Html Css Color HEX #FD1604 Scarlet

📋 copy color: '#FD1604'

red 253 ◦ green 22 ◦ blue 4

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

Shades of Scarlet #FD1604

Tints of Scarlet #FD1604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

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

R = 90.68%
G = 7.89%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD1604 (or 0xFD1604) is known color: Scarlet. HEX triplet: FD, 16 and 04. RGB value is (253,22,4). Sum of RGB (Red+Green+Blue) = 253+22+4=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1604 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1604 is #02E9FB. Grayscale: #595959. Windows color (decimal): -190972 or 268029. OLE color: 268029.

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

Color convert

RGB 253 22 4 -
CMYK 0 0.91 0.98 0.01
HSL 4.34º 0.98% 0.5% -
HSV(B) 4.34º 0.98% 0.99% -
XYZ 40.82 21.47 2.11 -
YUV 89.02 80.03 244.96 -
System Red Green Blue C M Y K H S L
Decimal 253 22 4 0 0.91 0.98 0.01 4.34 0.98 0.5
Hex FD 16 4 0 5B 62 1 4 62 32
Octal 375 26 4 0 133 142 1 4 142 62
Binary 11111101 10110 100 0 1011011 1100010 1 100 1100010 110010

Color Harmonies of #FD1604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1604

Black with #FD1604

Text Example


Text Example

White with #FD1604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1604; }

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

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

background-color css

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

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

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

border-color css

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

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

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