Html Css Color HEX #FD0C05 Red

📋 copy color: '#FD0C05'

red 253 ◦ green 12 ◦ blue 5

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

Shades of Red #FD0C05

Tints of Red #FD0C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 93.7%
G = 4.44%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD0C05 (or 0xFD0C05) is known color: Red. HEX triplet: FD, 0C and 05. RGB value is (253,12,5). Sum of RGB (Red+Green+Blue) = 253+12+5=270 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.70% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0C05 is #02F3FA. Grayscale: #535353. Windows color (decimal): -193531 or 331005. OLE color: 331005.

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

Color convert

RGB 253 12 5 -
CMYK 0 0.95 0.98 0.01
HSL 1.69º 0.98% 0.51% -
HSV(B) 1.69º 0.98% 0.99% -
XYZ 40.67 21.16 2.08 -
YUV 83.26 83.84 249.07 -
System Red Green Blue C M Y K H S L
Decimal 253 12 5 0 0.95 0.98 0.01 1.69 0.98 0.51
Hex FD C 5 0 5F 62 1 2 62 33
Octal 375 14 5 0 137 142 1 2 142 63
Binary 11111101 1100 101 0 1011111 1100010 1 10 1100010 110011

Color Harmonies of #FD0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0C05

Black with #FD0C05

Text Example


Text Example

White with #FD0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0C05; }

 p { color: rgb(253,12,5); }

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

background-color css

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

 a { background-color: rgb(253,12,5); }

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

border-color css

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

 span { border-color: rgb(253,12,5); }

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