Html Css Color HEX #CC213C Cardinal

📋 copy color: '#CC213C'

red 204 ◦ green 33 ◦ blue 60

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

Shades of Cardinal #CC213C

Tints of Cardinal #CC213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 68.69%
G = 11.11%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC213C (or 0xCC213C) is known color: Cardinal. HEX triplet: CC, 21 and 3C. RGB value is (204,33,60). Sum of RGB (Red+Green+Blue) = 204+33+60=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC213C is #33DEC3. Grayscale: #575757. Windows color (decimal): -3399364 or 3940812. OLE color: 3940812.

HSL color Cylindrical-coordinate representation of color #CC213C: hue angle of 350.53º 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 #CC213C is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 60 -
CMYK 0 0.84 0.71 0.2
HSL 350.53º 0.72% 0.46% -
HSV(B) 350.53º 0.84% 0.8% -
XYZ 26.26 14.25 5.64 -
YUV 87.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 204 33 60 0 0.84 0.71 0.2 350.53 0.72 0.46
Hex CC 21 3C 0 54 47 14 15F 48 2E
Octal 314 41 74 0 124 107 24 537 110 56
Binary 11001100 100001 111100 0 1010100 1000111 10100 101011111 1001000 101110

Color Harmonies of #CC213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC213C

Black with #CC213C

Text Example


Text Example

White with #CC213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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