Html Css Color HEX #CC1632 Cardinal

📋 copy color: '#CC1632'

red 204 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #CC1632

Tints of Cardinal #CC1632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 73.91%
G = 7.97%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC1632 (or 0xCC1632) is known color: Cardinal. HEX triplet: CC, 16 and 32. RGB value is (204,22,50). Sum of RGB (Red+Green+Blue) = 204+22+50=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1632 is #33E9CD. Grayscale: #4F4F4F. Windows color (decimal): -3402190 or 3282636. OLE color: 3282636.

HSL color Cylindrical-coordinate representation of color #CC1632: hue angle of 350.77º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1632 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 50 -
CMYK 0 0.89 0.75 0.2
HSL 350.77º 0.81% 0.44% -
HSV(B) 350.77º 0.89% 0.8% -
XYZ 25.76 13.64 4.29 -
YUV 79.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 204 22 50 0 0.89 0.75 0.2 350.77 0.81 0.44
Hex CC 16 32 0 59 4B 14 15F 51 2C
Octal 314 26 62 0 131 113 24 537 121 54
Binary 11001100 10110 110010 0 1011001 1001011 10100 101011111 1010001 101100

Color Harmonies of #CC1632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1632

Black with #CC1632

Text Example


Text Example

White with #CC1632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1632; }

 p { color: rgb(204,22,50); }

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

background-color css

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

 a { background-color: rgb(204,22,50); }

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

border-color css

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

 span { border-color: rgb(204,22,50); }

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