#C01C33

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

Shades of Cardinal #C01C33

Tints of Cardinal #C01C33

Color information

#C01C33 (or 0xC01C33) is unknown color: approx Cardinal. HEX triplet: C0, 1C and 33. RGB value is (192,28,51). Sum of RGB (Red+Green+Blue) = 192+28+51=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C33 is #3FE3CC. Grayscale: #4F4F4F. Windows color (decimal): -4187085 or 3349696. OLE color: 3349696.

HSL color Cylindrical-coordinate representation of color #C01C33: hue angle of 351.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C33 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1922851-
CMYK00.850.730.25
HSL351.59º74.55%43.14%-
HSV(B)351.59º85.42%75.29%-
XYZ22.7512.284.3-
YUV79.66111.83208.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.85%
GREEN value IS 28 (11.33% from 255) = 10.33%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=70.85%
G=10.33%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192285100.850.730.25351.5974.5543.14
HexC01C3305549191604b2b
Octal300346301251113154011353
Binary1100000011100110011010101011001001110011011000001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01C33; }

 p { color: rgb(192,28,51); }

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

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

 a { background-color: rgb(192,28,51); }

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

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

 span { border-color: rgb(192,28,51); }

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