Html Css Color HEX #FD1204 Red

📋 copy color: '#FD1204'

red 253 ◦ green 18 ◦ blue 4

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

Shades of Red #FD1204

Tints of Red #FD1204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

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

R = 92%
G = 6.55%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD1204 (or 0xFD1204) is known color: Red. HEX triplet: FD, 12 and 04. RGB value is (253,18,4). Sum of RGB (Red+Green+Blue) = 253+18+4=275 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1204 is #02EDFB. Grayscale: #565656. Windows color (decimal): -191996 or 267005. OLE color: 267005.

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

Color convert

RGB 253 18 4 -
CMYK 0 0.93 0.98 0.01
HSL 3.37º 0.98% 0.5% -
HSV(B) 3.37º 0.98% 0.99% -
XYZ 40.75 21.32 2.08 -
YUV 86.67 81.36 246.64 -
System Red Green Blue C M Y K H S L
Decimal 253 18 4 0 0.93 0.98 0.01 3.37 0.98 0.5
Hex FD 12 4 0 5D 62 1 3 62 32
Octal 375 22 4 0 135 142 1 3 142 62
Binary 11111101 10010 100 0 1011101 1100010 1 11 1100010 110010

Color Harmonies of #FD1204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1204

Black with #FD1204

Text Example


Text Example

White with #FD1204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1204; }

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

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

background-color css

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

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

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

border-color css

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

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

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