Html Css Color HEX #CC183C Cardinal

📋 copy color: '#CC183C'

red 204 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #CC183C

Tints of Cardinal #CC183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 70.83%
G = 8.33%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC183C (or 0xCC183C) is known color: Cardinal. HEX triplet: CC, 18 and 3C. RGB value is (204,24,60). Sum of RGB (Red+Green+Blue) = 204+24+60=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC183C is #33E7C3. Grayscale: #515151. Windows color (decimal): -3401668 or 3938508. OLE color: 3938508.

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

Color convert

RGB 204 24 60 -
CMYK 0 0.88 0.71 0.2
HSL 348º 0.79% 0.45% -
HSV(B) 348º 0.88% 0.8% -
XYZ 26.04 13.82 5.57 -
YUV 81.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 204 24 60 0 0.88 0.71 0.2 348 0.79 0.45
Hex CC 18 3C 0 58 47 14 15C 4F 2D
Octal 314 30 74 0 130 107 24 534 117 55
Binary 11001100 11000 111100 0 1011000 1000111 10100 101011100 1001111 101101

Color Harmonies of #CC183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC183C

Black with #CC183C

Text Example


Text Example

White with #CC183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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