Html Css Color HEX #FD0C0B Red

📋 copy color: '#FD0C0B'

red 253 ◦ green 12 ◦ blue 11

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

Shades of Red #FD0C0B

Tints of Red #FD0C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 91.67%
G = 4.35%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD0C0B (or 0xFD0C0B) is known color: Red. HEX triplet: FD, 0C and 0B. RGB value is (253,12,11). Sum of RGB (Red+Green+Blue) = 253+12+11=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0C0B is #02F3F4. Grayscale: #545454. Windows color (decimal): -193525 or 724221. OLE color: 724221.

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

Color convert

RGB 253 12 11 -
CMYK 0 0.95 0.96 0.01
HSL 0.25º 0.98% 0.52% -
HSV(B) 0.25º 0.96% 0.99% -
XYZ 40.7 21.17 2.26 -
YUV 83.95 86.84 248.58 -
System Red Green Blue C M Y K H S L
Decimal 253 12 11 0 0.95 0.96 0.01 0.25 0.98 0.52
Hex FD C B 0 5F 60 1 0 62 34
Octal 375 14 13 0 137 140 1 0 142 64
Binary 11111101 1100 1011 0 1011111 1100000 1 0 1100010 110100

Color Harmonies of #FD0C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0C0B

Black with #FD0C0B

Text Example


Text Example

White with #FD0C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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