#CC1B30

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

Shades of Cardinal #CC1B30

Tints of Cardinal #CC1B30

Color information

#CC1B30 (or 0xCC1B30) is unknown color: approx Cardinal. HEX triplet: CC, 1B and 30. RGB value is (204,27,48). Sum of RGB (Red+Green+Blue) = 204+27+48=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1B30 is #33E4CF. Grayscale: #525252. Windows color (decimal): -3400912 or 3152844. OLE color: 3152844.

HSL color Cylindrical-coordinate representation of color #CC1B30: hue angle of 352.88º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1B30 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB2042748-
CMYK00.870.760.2
HSL352.88º76.62%45.29%-
HSV(B)352.88º86.76%80%-
XYZ25.8313.834.11-
YUV82.32108.64214.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.12%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=73.12%
G=9.68%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204274800.870.760.2352.8876.6245.29
HexCC1B300574C141614d2d
Octal314336001271142454111555
Binary1100110011011110000010101111001100101001011000011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1B30; }

 p { color: rgb(204,27,48); }

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

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

 a { background-color: rgb(204,27,48); }

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

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

 span { border-color: rgb(204,27,48); }

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