Html Css Color HEX #CC213E Cardinal

📋 copy color: '#CC213E'

red 204 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #CC213E

Tints of Cardinal #CC213E

RGB

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

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

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

R = 68.23%
G = 11.04%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC213E (or 0xCC213E) is known color: Cardinal. HEX triplet: CC, 21 and 3E. RGB value is (204,33,62). Sum of RGB (Red+Green+Blue) = 204+33+62=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC213E is #33DEC1. Grayscale: #575757. Windows color (decimal): -3399362 or 4071884. OLE color: 4071884.

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

Color convert

RGB 204 33 62 -
CMYK 0 0.84 0.70 0.2
HSL 349.82º 0.72% 0.46% -
HSV(B) 349.82º 0.84% 0.8% -
XYZ 26.32 14.27 5.93 -
YUV 87.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 204 33 62 0 0.84 0.70 0.2 349.82 0.72 0.46
Hex CC 21 3E 0 54 46 14 15E 48 2E
Octal 314 41 76 0 124 106 24 536 110 56
Binary 11001100 100001 111110 0 1010100 1000110 10100 101011110 1001000 101110

Color Harmonies of #CC213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC213E

Black with #CC213E

Text Example


Text Example

White with #CC213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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