Html Css Color HEX #C61C4A Cardinal

📋 copy color: '#C61C4A'

red 198 ◦ green 28 ◦ blue 74

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

Shades of Cardinal #C61C4A

Tints of Cardinal #C61C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.33%

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 66%
G = 9.33%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C61C4A (or 0xC61C4A) is known color: Cardinal. HEX triplet: C6, 1C and 4A. RGB value is (198,28,74). Sum of RGB (Red+Green+Blue) = 198+28+74=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C4A is #39E3B5. Grayscale: #545454. Windows color (decimal): -3793846 or 4857030. OLE color: 4857030.

HSL color Cylindrical-coordinate representation of color #C61C4A: hue angle of 343.76º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C4A is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 28 74 -
CMYK 0 0.86 0.63 0.22
HSL 343.76º 0.75% 0.44% -
HSV(B) 343.76º 0.86% 0.78% -
XYZ 24.94 13.33 7.74 -
YUV 84.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 198 28 74 0 0.86 0.63 0.22 343.76 0.75 0.44
Hex C6 1C 4A 0 56 3F 16 158 4B 2C
Octal 306 34 112 0 126 77 26 530 113 54
Binary 11000110 11100 1001010 0 1010110 111111 10110 101011000 1001011 101100

Color Harmonies of #C61C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C4A

Black with #C61C4A

Text Example


Text Example

White with #C61C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C4A; }

 p { color: rgb(198,28,74); }

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

background-color css

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

 a { background-color: rgb(198,28,74); }

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

border-color css

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

 span { border-color: rgb(198,28,74); }

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