Html Css Color HEX #CC1945 Cardinal

📋 copy color: '#CC1945'

red 204 ◦ green 25 ◦ blue 69

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

Shades of Cardinal #CC1945

Tints of Cardinal #CC1945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 68.46%
G = 8.39%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC1945 (or 0xCC1945) is known color: Cardinal. HEX triplet: CC, 19 and 45. RGB value is (204,25,69). Sum of RGB (Red+Green+Blue) = 204+25+69=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1945 is #33E6BA. Grayscale: #535353. Windows color (decimal): -3401403 or 4528588. OLE color: 4528588.

HSL color Cylindrical-coordinate representation of color #CC1945: hue angle of 345.25º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1945 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 69 -
CMYK 0 0.88 0.66 0.2
HSL 345.25º 0.78% 0.45% -
HSV(B) 345.25º 0.88% 0.8% -
XYZ 26.32 13.96 6.94 -
YUV 83.54 119.8 213.92 -
System Red Green Blue C M Y K H S L
Decimal 204 25 69 0 0.88 0.66 0.2 345.25 0.78 0.45
Hex CC 19 45 0 58 42 14 159 4E 2D
Octal 314 31 105 0 130 102 24 531 116 55
Binary 11001100 11001 1000101 0 1011000 1000010 10100 101011001 1001110 101101

Color Harmonies of #CC1945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1945

Black with #CC1945

Text Example


Text Example

White with #CC1945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1945; }

 p { color: rgb(204,25,69); }

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

background-color css

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

 a { background-color: rgb(204,25,69); }

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

border-color css

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

 span { border-color: rgb(204,25,69); }

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