Html Css Color HEX #C60636 Cardinal

📋 copy color: '#C60636'

red 198 ◦ green 6 ◦ blue 54

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

Shades of Cardinal #C60636

Tints of Cardinal #C60636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.93%

R = 76.74%
G = 2.33%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C60636 (or 0xC60636) is known color: Cardinal. HEX triplet: C6, 06 and 36. RGB value is (198,6,54). Sum of RGB (Red+Green+Blue) = 198+6+54=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C60636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60636 is #39F9C9. Grayscale: #444444. Windows color (decimal): -3799498 or 3540678. OLE color: 3540678.

HSL color Cylindrical-coordinate representation of color #C60636: hue angle of 345º 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 #C60636 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 6 54 -
CMYK 0 0.97 0.73 0.22
HSL 345º 0.94% 0.4% -
HSV(B) 345º 0.97% 0.78% -
XYZ 24.02 12.4 4.62 -
YUV 68.88 119.61 220.1 -
System Red Green Blue C M Y K H S L
Decimal 198 6 54 0 0.97 0.73 0.22 345 0.94 0.4
Hex C6 6 36 0 61 49 16 159 5E 28
Octal 306 6 66 0 141 111 26 531 136 50
Binary 11000110 110 110110 0 1100001 1001001 10110 101011001 1011110 101000

Color Harmonies of #C60636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60636

Black with #C60636

Text Example


Text Example

White with #C60636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60636; }

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

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

background-color css

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

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

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

border-color css

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

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

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