Html Css Color HEX #CC1844 Cardinal

📋 copy color: '#CC1844'

red 204 ◦ green 24 ◦ blue 68

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

Shades of Cardinal #CC1844

Tints of Cardinal #CC1844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 68.92%
G = 8.11%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC1844 (or 0xCC1844) is known color: Cardinal. HEX triplet: CC, 18 and 44. RGB value is (204,24,68). Sum of RGB (Red+Green+Blue) = 204+24+68=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1844 is #33E7BB. Grayscale: #525252. Windows color (decimal): -3401660 or 4462796. OLE color: 4462796.

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

Color convert

RGB 204 24 68 -
CMYK 0 0.88 0.67 0.2
HSL 345.33º 0.79% 0.45% -
HSV(B) 345.33º 0.88% 0.8% -
XYZ 26.27 13.91 6.77 -
YUV 82.84 119.63 214.42 -
System Red Green Blue C M Y K H S L
Decimal 204 24 68 0 0.88 0.67 0.2 345.33 0.79 0.45
Hex CC 18 44 0 58 43 14 159 4F 2D
Octal 314 30 104 0 130 103 24 531 117 55
Binary 11001100 11000 1000100 0 1011000 1000011 10100 101011001 1001111 101101

Color Harmonies of #CC1844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1844

Black with #CC1844

Text Example


Text Example

White with #CC1844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1844; }

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

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

background-color css

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

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

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

border-color css

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

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

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