#C3003D

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

Shades of Cardinal #C3003D

Tints of Cardinal #C3003D

Color information

#C3003D (or 0xC3003D) is unknown color: approx Cardinal. HEX triplet: C3, 00 and 3D. RGB value is (195,0,61). Sum of RGB (Red+Green+Blue) = 195+0+61=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3003D is #3CFFC2. Grayscale: #414141. Windows color (decimal): -3997635 or 3997891. OLE color: 3997891.

HSL color Cylindrical-coordinate representation of color #C3003D: hue angle of 341.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3003D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB195061-
CMYK010.690.24
HSL341.23º100%38.24%-
HSV(B)341.23º100%76.47%-
XYZ23.3511.945.49-
YUV65.26125.6220.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 76.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=76.17%
G=0%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195061010.690.24341.2310038.24
HexC303D06445181556426
Octal30307501441053052514446
Binary110000110111101011001001000101110001010101011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3003D; }

 p { color: rgb(195,0,61); }

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

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

 a { background-color: rgb(195,0,61); }

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

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

 span { border-color: rgb(195,0,61); }

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