Html Css Color HEX #CC223C Cardinal

📋 copy color: '#CC223C'

red 204 ◦ green 34 ◦ blue 60

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

Shades of Cardinal #CC223C

Tints of Cardinal #CC223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 68.46%
G = 11.41%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC223C (or 0xCC223C) is known color: Cardinal. HEX triplet: CC, 22 and 3C. RGB value is (204,34,60). Sum of RGB (Red+Green+Blue) = 204+34+60=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC223C is #33DDC3. Grayscale: #575757. Windows color (decimal): -3399108 or 3941068. OLE color: 3941068.

HSL color Cylindrical-coordinate representation of color #CC223C: hue angle of 350.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC223C is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 60 -
CMYK 0 0.83 0.71 0.2
HSL 350.82º 0.71% 0.47% -
HSV(B) 350.82º 0.83% 0.8% -
XYZ 26.29 14.31 5.65 -
YUV 87.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 204 34 60 0 0.83 0.71 0.2 350.82 0.71 0.47
Hex CC 22 3C 0 53 47 14 15F 47 2F
Octal 314 42 74 0 123 107 24 537 107 57
Binary 11001100 100010 111100 0 1010011 1000111 10100 101011111 1000111 101111

Color Harmonies of #CC223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC223C

Black with #CC223C

Text Example


Text Example

White with #CC223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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