Html Css Color HEX #C60638 Cardinal

📋 copy color: '#C60638'

red 198 ◦ green 6 ◦ blue 56

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

Shades of Cardinal #C60638

Tints of Cardinal #C60638

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 76.15%
G = 2.31%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C60638 (or 0xC60638) is known color: Cardinal. HEX triplet: C6, 06 and 38. RGB value is (198,6,56). Sum of RGB (Red+Green+Blue) = 198+6+56=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C60638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60638 is #39F9C7. Grayscale: #454545. Windows color (decimal): -3799496 or 3671750. OLE color: 3671750.

HSL color Cylindrical-coordinate representation of color #C60638: hue angle of 344.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60638 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 6 56 -
CMYK 0 0.97 0.72 0.22
HSL 344.38º 0.94% 0.4% -
HSV(B) 344.38º 0.97% 0.78% -
XYZ 24.07 12.42 4.87 -
YUV 69.11 120.61 219.93 -
System Red Green Blue C M Y K H S L
Decimal 198 6 56 0 0.97 0.72 0.22 344.38 0.94 0.4
Hex C6 6 38 0 61 48 16 158 5E 28
Octal 306 6 70 0 141 110 26 530 136 50
Binary 11000110 110 111000 0 1100001 1001000 10110 101011000 1011110 101000

Color Harmonies of #C60638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60638

Black with #C60638

Text Example


Text Example

White with #C60638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60638; }

 p { color: rgb(198,6,56); }

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

background-color css

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

 a { background-color: rgb(198,6,56); }

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

border-color css

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

 span { border-color: rgb(198,6,56); }

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