Html Css Color HEX #CC142F Cardinal

📋 copy color: '#CC142F'

red 204 ◦ green 20 ◦ blue 47

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

Shades of Cardinal #CC142F

Tints of Cardinal #CC142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 75.28%
G = 7.38%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC142F (or 0xCC142F) is known color: Cardinal. HEX triplet: CC, 14 and 2F. RGB value is (204,20,47). Sum of RGB (Red+Green+Blue) = 204+20+47=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC142F is #33EBD0. Grayscale: #4E4E4E. Windows color (decimal): -3402705 or 3085516. OLE color: 3085516.

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

Color convert

RGB 204 20 47 -
CMYK 0 0.90 0.77 0.2
HSL 351.2º 0.82% 0.44% -
HSV(B) 351.2º 0.9% 0.8% -
XYZ 25.67 13.54 3.95 -
YUV 78.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 204 20 47 0 0.90 0.77 0.2 351.2 0.82 0.44
Hex CC 14 2F 0 5A 4D 14 15F 52 2C
Octal 314 24 57 0 132 115 24 537 122 54
Binary 11001100 10100 101111 0 1011010 1001101 10100 101011111 1010010 101100

Color Harmonies of #CC142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC142F

Black with #CC142F

Text Example


Text Example

White with #CC142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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