Html Css Color HEX #CC1845 Cardinal

📋 copy color: '#CC1845'

red 204 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #CC1845

Tints of Cardinal #CC1845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

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

R = 68.69%
G = 8.08%
B = 23.23%

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

#CC1845 (or 0xCC1845) is known color: Cardinal. HEX triplet: CC, 18 and 45. RGB value is (204,24,69). Sum of RGB (Red+Green+Blue) = 204+24+69=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1845 is #33E7BA. Grayscale: #525252. Windows color (decimal): -3401659 or 4528332. OLE color: 4528332.

HSL color Cylindrical-coordinate representation of color #CC1845: hue angle of 345º degrees, saturation: 0.79, 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 #CC1845 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 24 69 -
CMYK 0 0.88 0.66 0.2
HSL 345º 0.79% 0.45% -
HSV(B) 345º 0.88% 0.8% -
XYZ 26.3 13.92 6.93 -
YUV 82.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 204 24 69 0 0.88 0.66 0.2 345 0.79 0.45
Hex CC 18 45 0 58 42 14 159 4F 2D
Octal 314 30 105 0 130 102 24 531 117 55
Binary 11001100 11000 1000101 0 1011000 1000010 10100 101011001 1001111 101101

Color Harmonies of #CC1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1845

Black with #CC1845

Text Example


Text Example

White with #CC1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1845; }

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

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

background-color css

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

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

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

border-color css

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

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

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