Html Css Color HEX #CC1839 Cardinal

📋 copy color: '#CC1839'

red 204 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #CC1839

Tints of Cardinal #CC1839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20%

R = 71.58%
G = 8.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC1839 (or 0xCC1839) is known color: Cardinal. HEX triplet: CC, 18 and 39. RGB value is (204,24,57). Sum of RGB (Red+Green+Blue) = 204+24+57=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1839 is #33E7C6. Grayscale: #515151. Windows color (decimal): -3401671 or 3741900. OLE color: 3741900.

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

Color convert

RGB 204 24 57 -
CMYK 0 0.88 0.72 0.2
HSL 349º 0.79% 0.45% -
HSV(B) 349º 0.88% 0.8% -
XYZ 25.97 13.79 5.16 -
YUV 81.58 114.13 215.32 -
System Red Green Blue C M Y K H S L
Decimal 204 24 57 0 0.88 0.72 0.2 349 0.79 0.45
Hex CC 18 39 0 58 48 14 15D 4F 2D
Octal 314 30 71 0 130 110 24 535 117 55
Binary 11001100 11000 111001 0 1011000 1001000 10100 101011101 1001111 101101

Color Harmonies of #CC1839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1839

Black with #CC1839

Text Example


Text Example

White with #CC1839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1839; }

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

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

background-color css

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

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

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

border-color css

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

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

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