Html Css Color HEX #FD120D Red

📋 copy color: '#FD120D'

red 253 ◦ green 18 ◦ blue 13

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

Shades of Red #FD120D

Tints of Red #FD120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 89.08%
G = 6.34%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD120D (or 0xFD120D) is known color: Red. HEX triplet: FD, 12 and 0D. RGB value is (253,18,13). Sum of RGB (Red+Green+Blue) = 253+18+13=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD120D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD120D is #02EDF2. Grayscale: #575757. Windows color (decimal): -191987 or 856829. OLE color: 856829.

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

Color convert

RGB 253 18 13 -
CMYK 0 0.93 0.95 0.01
HSL 1.25º 0.98% 0.52% -
HSV(B) 1.25º 0.95% 0.99% -
XYZ 40.8 21.34 2.35 -
YUV 87.7 85.86 245.91 -
System Red Green Blue C M Y K H S L
Decimal 253 18 13 0 0.93 0.95 0.01 1.25 0.98 0.52
Hex FD 12 D 0 5D 5F 1 1 62 34
Octal 375 22 15 0 135 137 1 1 142 64
Binary 11111101 10010 1101 0 1011101 1011111 1 1 1100010 110100

Color Harmonies of #FD120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD120D

Black with #FD120D

Text Example


Text Example

White with #FD120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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