Html Css Color HEX #CC1540 Cardinal

📋 copy color: '#CC1540'

red 204 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #CC1540

Tints of Cardinal #CC1540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 70.59%
G = 7.27%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC1540 (or 0xCC1540) is known color: Cardinal. HEX triplet: CC, 15 and 40. RGB value is (204,21,64). Sum of RGB (Red+Green+Blue) = 204+21+64=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1540 is #33EABF. Grayscale: #505050. Windows color (decimal): -3402432 or 4199884. OLE color: 4199884.

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

Color convert

RGB 204 21 64 -
CMYK 0 0.90 0.69 0.2
HSL 345.9º 0.81% 0.44% -
HSV(B) 345.9º 0.9% 0.8% -
XYZ 26.1 13.74 6.13 -
YUV 80.62 118.63 216 -
System Red Green Blue C M Y K H S L
Decimal 204 21 64 0 0.90 0.69 0.2 345.9 0.81 0.44
Hex CC 15 40 0 5A 45 14 15A 51 2C
Octal 314 25 100 0 132 105 24 532 121 54
Binary 11001100 10101 1000000 0 1011010 1000101 10100 101011010 1010001 101100

Color Harmonies of #CC1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1540

Black with #CC1540

Text Example


Text Example

White with #CC1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1540; }

 p { color: rgb(204,21,64); }

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

background-color css

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

 a { background-color: rgb(204,21,64); }

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

border-color css

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

 span { border-color: rgb(204,21,64); }

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