Html Css Color HEX #C60D48 Cardinal

📋 copy color: '#C60D48'

red 198 ◦ green 13 ◦ blue 72

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

Shades of Cardinal #C60D48

Tints of Cardinal #C60D48

RGB

 RED value IS 198 (77.73% from 255) = 69.96%

 GREEN value IS 13 (5.47% from 255) = 4.59%

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

R = 69.96%
G = 4.59%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C60D48 (or 0xC60D48) is known color: Cardinal. HEX triplet: C6, 0D and 48. RGB value is (198,13,72). Sum of RGB (Red+Green+Blue) = 198+13+72=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D48 is #39F2B7. Grayscale: #4A4A4A. Windows color (decimal): -3797688 or 4722118. OLE color: 4722118.

HSL color Cylindrical-coordinate representation of color #C60D48: hue angle of 340.86º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D48 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 13 72 -
CMYK 0 0.93 0.64 0.22
HSL 340.86º 0.88% 0.41% -
HSV(B) 340.86º 0.93% 0.78% -
XYZ 24.6 12.76 7.3 -
YUV 75.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 198 13 72 0 0.93 0.64 0.22 340.86 0.88 0.41
Hex C6 D 48 0 5D 40 16 155 58 29
Octal 306 15 110 0 135 100 26 525 130 51
Binary 11000110 1101 1001000 0 1011101 1000000 10110 101010101 1011000 101001

Color Harmonies of #C60D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D48

Black with #C60D48

Text Example


Text Example

White with #C60D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D48; }

 p { color: rgb(198,13,72); }

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

background-color css

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

 a { background-color: rgb(198,13,72); }

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

border-color css

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

 span { border-color: rgb(198,13,72); }

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