Html Css Color HEX #C61B4A Cardinal

📋 copy color: '#C61B4A'

red 198 ◦ green 27 ◦ blue 74

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

Shades of Cardinal #C61B4A

Tints of Cardinal #C61B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.03%

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

R = 66.22%
G = 9.03%
B = 24.75%

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

#C61B4A (or 0xC61B4A) is known color: Cardinal. HEX triplet: C6, 1B and 4A. RGB value is (198,27,74). Sum of RGB (Red+Green+Blue) = 198+27+74=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B4A is #39E4B5. Grayscale: #535353. Windows color (decimal): -3794102 or 4856774. OLE color: 4856774.

HSL color Cylindrical-coordinate representation of color #C61B4A: hue angle of 343.51º degrees, saturation: 0.76, 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 #C61B4A is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 27 74 -
CMYK 0 0.86 0.63 0.22
HSL 343.51º 0.76% 0.44% -
HSV(B) 343.51º 0.86% 0.78% -
XYZ 24.92 13.28 7.73 -
YUV 83.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 198 27 74 0 0.86 0.63 0.22 343.51 0.76 0.44
Hex C6 1B 4A 0 56 3F 16 158 4C 2C
Octal 306 33 112 0 126 77 26 530 114 54
Binary 11000110 11011 1001010 0 1010110 111111 10110 101011000 1001100 101100

Color Harmonies of #C61B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B4A

Black with #C61B4A

Text Example


Text Example

White with #C61B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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