Html Css Color HEX #C61646 Cardinal

📋 copy color: '#C61646'

red 198 ◦ green 22 ◦ blue 70

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

Shades of Cardinal #C61646

Tints of Cardinal #C61646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.14%

R = 68.28%
G = 7.59%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C61646 (or 0xC61646) is known color: Cardinal. HEX triplet: C6, 16 and 46. RGB value is (198,22,70). Sum of RGB (Red+Green+Blue) = 198+22+70=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C61646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61646 is #39E9B9. Grayscale: #505050. Windows color (decimal): -3795386 or 4593350. OLE color: 4593350.

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

Color convert

RGB 198 22 70 -
CMYK 0 0.89 0.65 0.22
HSL 343.64º 0.8% 0.43% -
HSV(B) 343.64º 0.89% 0.78% -
XYZ 24.68 13.02 7.01 -
YUV 80.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 198 22 70 0 0.89 0.65 0.22 343.64 0.8 0.43
Hex C6 16 46 0 59 41 16 158 50 2B
Octal 306 26 106 0 131 101 26 530 120 53
Binary 11000110 10110 1000110 0 1011001 1000001 10110 101011000 1010000 101011

Color Harmonies of #C61646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61646

Black with #C61646

Text Example


Text Example

White with #C61646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61646; }

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

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

background-color css

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

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

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

border-color css

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

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

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