Html Css Color HEX #C61C2D Cardinal

📋 copy color: '#C61C2D'

red 198 ◦ green 28 ◦ blue 45

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

Shades of Cardinal #C61C2D

Tints of Cardinal #C61C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 73.06%
G = 10.33%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C61C2D (or 0xC61C2D) is known color: Cardinal. HEX triplet: C6, 1C and 2D. RGB value is (198,28,45). Sum of RGB (Red+Green+Blue) = 198+28+45=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C2D is #39E3D2. Grayscale: #505050. Windows color (decimal): -3793875 or 2956486. OLE color: 2956486.

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

Color convert

RGB 198 28 45 -
CMYK 0 0.86 0.77 0.22
HSL 354º 0.75% 0.44% -
HSV(B) 354º 0.86% 0.78% -
XYZ 24.18 13.03 3.72 -
YUV 80.77 107.82 211.62 -
System Red Green Blue C M Y K H S L
Decimal 198 28 45 0 0.86 0.77 0.22 354 0.75 0.44
Hex C6 1C 2D 0 56 4D 16 162 4B 2C
Octal 306 34 55 0 126 115 26 542 113 54
Binary 11000110 11100 101101 0 1010110 1001101 10110 101100010 1001011 101100

Color Harmonies of #C61C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C2D

Black with #C61C2D

Text Example


Text Example

White with #C61C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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