#C00744

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

Shades of Cardinal #C00744

Tints of Cardinal #C00744

Color information

#C00744 (or 0xC00744) is unknown color: approx Cardinal. HEX triplet: C0, 07 and 44. RGB value is (192,7,68). Sum of RGB (Red+Green+Blue) = 192+7+68=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C00744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00744 is #3FF8BB. Grayscale: #454545. Windows color (decimal): -4192444 or 4458432. OLE color: 4458432.

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

Color convert

RGB192768-
CMYK00.960.650.25
HSL340.22º92.96%39.02%-
HSV(B)340.22º96.35%75.29%-
XYZ22.8611.786.54-
YUV69.27127.29215.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.91%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=71.91%
G=2.62%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19276800.960.650.25340.2292.9639.02
HexC074406041191545d27
Octal300710401401013152413547
Binary110000001111000100011000001000001110011010101001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00744; }

 p { color: rgb(192,7,68); }

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

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

 a { background-color: rgb(192,7,68); }

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

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

 span { border-color: rgb(192,7,68); }

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