Html Css Color HEX #CC212F Cardinal

📋 copy color: '#CC212F'

red 204 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #CC212F

Tints of Cardinal #CC212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 71.83%
G = 11.62%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC212F (or 0xCC212F) is known color: Cardinal. HEX triplet: CC, 21 and 2F. RGB value is (204,33,47). Sum of RGB (Red+Green+Blue) = 204+33+47=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC212F is #33DED0. Grayscale: #555555. Windows color (decimal): -3399377 or 3088844. OLE color: 3088844.

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

Color convert

RGB 204 33 47 -
CMYK 0 0.84 0.77 0.2
HSL 355.09º 0.72% 0.46% -
HSV(B) 355.09º 0.84% 0.8% -
XYZ 25.96 14.13 4.05 -
YUV 85.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 204 33 47 0 0.84 0.77 0.2 355.09 0.72 0.46
Hex CC 21 2F 0 54 4D 14 163 48 2E
Octal 314 41 57 0 124 115 24 543 110 56
Binary 11001100 100001 101111 0 1010100 1001101 10100 101100011 1001000 101110

Color Harmonies of #CC212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC212F

Black with #CC212F

Text Example


Text Example

White with #CC212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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