Html Css Color HEX #CC143D Cardinal

📋 copy color: '#CC143D'

red 204 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #CC143D

Tints of Cardinal #CC143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 71.58%
G = 7.02%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC143D (or 0xCC143D) is known color: Cardinal. HEX triplet: CC, 14 and 3D. RGB value is (204,20,61). Sum of RGB (Red+Green+Blue) = 204+20+61=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC143D is #33EBC2. Grayscale: #4F4F4F. Windows color (decimal): -3402691 or 4003020. OLE color: 4003020.

HSL color Cylindrical-coordinate representation of color #CC143D: hue angle of 346.63º degrees, saturation: 0.82, 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 #CC143D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 61 -
CMYK 0 0.90 0.70 0.2
HSL 346.63º 0.82% 0.44% -
HSV(B) 346.63º 0.9% 0.8% -
XYZ 25.99 13.67 5.68 -
YUV 79.69 117.46 216.67 -
System Red Green Blue C M Y K H S L
Decimal 204 20 61 0 0.90 0.70 0.2 346.63 0.82 0.44
Hex CC 14 3D 0 5A 46 14 15B 52 2C
Octal 314 24 75 0 132 106 24 533 122 54
Binary 11001100 10100 111101 0 1011010 1000110 10100 101011011 1010010 101100

Color Harmonies of #CC143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC143D

Black with #CC143D

Text Example


Text Example

White with #CC143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC143D; }

 p { color: rgb(204,20,61); }

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

background-color css

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

 a { background-color: rgb(204,20,61); }

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

border-color css

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

 span { border-color: rgb(204,20,61); }

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