Html Css Color HEX #C61636 Cardinal

📋 copy color: '#C61636'

red 198 ◦ green 22 ◦ blue 54

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

Shades of Cardinal #C61636

Tints of Cardinal #C61636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

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

R = 72.26%
G = 8.03%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C61636 (or 0xC61636) is known color: Cardinal. HEX triplet: C6, 16 and 36. RGB value is (198,22,54). Sum of RGB (Red+Green+Blue) = 198+22+54=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C61636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61636 is #39E9C9. Grayscale: #4E4E4E. Windows color (decimal): -3795402 or 3544774. OLE color: 3544774.

HSL color Cylindrical-coordinate representation of color #C61636: hue angle of 349.09º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61636 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 54 -
CMYK 0 0.89 0.73 0.22
HSL 349.09º 0.8% 0.43% -
HSV(B) 349.09º 0.89% 0.78% -
XYZ 24.24 12.85 4.69 -
YUV 78.27 114.31 213.4 -
System Red Green Blue C M Y K H S L
Decimal 198 22 54 0 0.89 0.73 0.22 349.09 0.8 0.43
Hex C6 16 36 0 59 49 16 15D 50 2B
Octal 306 26 66 0 131 111 26 535 120 53
Binary 11000110 10110 110110 0 1011001 1001001 10110 101011101 1010000 101011

Color Harmonies of #C61636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61636

Black with #C61636

Text Example


Text Example

White with #C61636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61636; }

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

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

background-color css

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

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

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

border-color css

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

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

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