Html Css Color HEX #CC1848 Cardinal

📋 copy color: '#CC1848'

red 204 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #CC1848

Tints of Cardinal #CC1848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24%

R = 68%
G = 8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC1848 (or 0xCC1848) is known color: Cardinal. HEX triplet: CC, 18 and 48. RGB value is (204,24,72). Sum of RGB (Red+Green+Blue) = 204+24+72=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1848 is #33E7B7. Grayscale: #535353. Windows color (decimal): -3401656 or 4724940. OLE color: 4724940.

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

Color convert

RGB 204 24 72 -
CMYK 0 0.88 0.65 0.2
HSL 344º 0.79% 0.45% -
HSV(B) 344º 0.88% 0.8% -
XYZ 26.4 13.96 7.43 -
YUV 83.29 121.63 214.1 -
System Red Green Blue C M Y K H S L
Decimal 204 24 72 0 0.88 0.65 0.2 344 0.79 0.45
Hex CC 18 48 0 58 41 14 158 4F 2D
Octal 314 30 110 0 130 101 24 530 117 55
Binary 11001100 11000 1001000 0 1011000 1000001 10100 101011000 1001111 101101

Color Harmonies of #CC1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1848

Black with #CC1848

Text Example


Text Example

White with #CC1848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1848; }

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

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

background-color css

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

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

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

border-color css

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

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

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