Html Css Color HEX #C61C3A Cardinal

📋 copy color: '#C61C3A'

red 198 ◦ green 28 ◦ blue 58

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

Shades of Cardinal #C61C3A

Tints of Cardinal #C61C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 69.72%
G = 9.86%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C61C3A (or 0xC61C3A) is known color: Cardinal. HEX triplet: C6, 1C and 3A. RGB value is (198,28,58). Sum of RGB (Red+Green+Blue) = 198+28+58=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C3A is #39E3C5. Grayscale: #525252. Windows color (decimal): -3793862 or 3808454. OLE color: 3808454.

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

Color convert

RGB 198 28 58 -
CMYK 0 0.86 0.71 0.22
HSL 349.41º 0.75% 0.44% -
HSV(B) 349.41º 0.86% 0.78% -
XYZ 24.47 13.14 5.25 -
YUV 82.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 198 28 58 0 0.86 0.71 0.22 349.41 0.75 0.44
Hex C6 1C 3A 0 56 47 16 15D 4B 2C
Octal 306 34 72 0 126 107 26 535 113 54
Binary 11000110 11100 111010 0 1010110 1000111 10110 101011101 1001011 101100

Color Harmonies of #C61C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C3A

Black with #C61C3A

Text Example


Text Example

White with #C61C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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