Html Css Color HEX #CC223E Cardinal

📋 copy color: '#CC223E'

red 204 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #CC223E

Tints of Cardinal #CC223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 68%
G = 11.33%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC223E (or 0xCC223E) is known color: Cardinal. HEX triplet: CC, 22 and 3E. RGB value is (204,34,62). Sum of RGB (Red+Green+Blue) = 204+34+62=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC223E is #33DDC1. Grayscale: #585858. Windows color (decimal): -3399106 or 4072140. OLE color: 4072140.

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

Color convert

RGB 204 34 62 -
CMYK 0 0.83 0.70 0.2
HSL 350.12º 0.71% 0.47% -
HSV(B) 350.12º 0.83% 0.8% -
XYZ 26.34 14.33 5.93 -
YUV 88.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 204 34 62 0 0.83 0.70 0.2 350.12 0.71 0.47
Hex CC 22 3E 0 53 46 14 15E 47 2F
Octal 314 42 76 0 123 106 24 536 107 57
Binary 11001100 100010 111110 0 1010011 1000110 10100 101011110 1000111 101111

Color Harmonies of #CC223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC223E

Black with #CC223E

Text Example


Text Example

White with #CC223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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