Html Css Color HEX #CC2145 Cardinal

📋 copy color: '#CC2145'

red 204 ◦ green 33 ◦ blue 69

#CC2145
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CC2145

Tints of Cardinal #CC2145

RGB

 RED value IS 204 (80.08% from 255) = 66.67%

 GREEN value IS 33 (13.28% from 255) = 10.78%

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 66.67%
G = 10.78%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC2145 (or 0xCC2145) is known color: Cardinal. HEX triplet: CC, 21 and 45. RGB value is (204,33,69). Sum of RGB (Red+Green+Blue) = 204+33+69=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2145 is #33DEBA. Grayscale: #585858. Windows color (decimal): -3399355 or 4530636. OLE color: 4530636.

HSL color Cylindrical-coordinate representation of color #CC2145: hue angle of 347.37º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2145 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 69 -
CMYK 0 0.84 0.66 0.2
HSL 347.37º 0.72% 0.46% -
HSV(B) 347.37º 0.84% 0.8% -
XYZ 26.52 14.35 7 -
YUV 88.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 204 33 69 0 0.84 0.66 0.2 347.37 0.72 0.46
Hex CC 21 45 0 54 42 14 15B 48 2E
Octal 314 41 105 0 124 102 24 533 110 56
Binary 11001100 100001 1000101 0 1010100 1000010 10100 101011011 1001000 101110

Color Harmonies of #CC2145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2145

Black with #CC2145

Text Example


Text Example

White with #CC2145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2145; }

 p { color: rgb(204,33,69); }

 H1.HeaderClassName
 {
   color: #CC2145;
 }
 .AnyTagClassName
 {
   color: #CC2145;
 }
</style>

background-color css

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

 a { background-color: rgb(204,33,69); }

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

border-color css

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

 span { border-color: rgb(204,33,69); }

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