#C00D3D

Color #C00D3D Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C00D3D

Tints of Cardinal #C00D3D

Color information

#C00D3D (or 0xC00D3D) is unknown color: approx Cardinal. HEX triplet: C0, 0D and 3D. RGB value is (192,13,61). Sum of RGB (Red+Green+Blue) = 192+13+61=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D3D is #3FF2C2. Grayscale: #474747. Windows color (decimal): -4190915 or 4001216. OLE color: 4001216.

HSL color Cylindrical-coordinate representation of color #C00D3D: hue angle of 343.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D3D is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1921361-
CMYK00.930.680.25
HSL343.91º87.32%40.2%-
HSV(B)343.91º93.23%75.29%-
XYZ22.7211.835.5-
YUV71.99121.8213.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.18%
GREEN value IS 13 (5.47% from 255) = 4.89%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=72.18%
G=4.89%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192136100.930.680.25343.9187.3240.2
HexC0D3D05D44191585728
Octal300157501351043153012750
Binary110000001101111101010111011000100110011010110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00D3D; }

 p { color: rgb(192,13,61); }

 H1.HeaderClassName
 {
   color: #C00D3D;
 }
 .AnyTagClassName
 {
   color: #C00D3D;
 }
</style>
background-color css

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

 a { background-color: rgb(192,13,61); }

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

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

 span { border-color: rgb(192,13,61); }

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