Html Css Color HEX #C61B2C Cardinal

📋 copy color: '#C61B2C'

red 198 ◦ green 27 ◦ blue 44

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

Shades of Cardinal #C61B2C

Tints of Cardinal #C61B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 73.61%
G = 10.04%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C61B2C (or 0xC61B2C) is known color: Cardinal. HEX triplet: C6, 1B and 2C. RGB value is (198,27,44). Sum of RGB (Red+Green+Blue) = 198+27+44=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B2C is #39E4D3. Grayscale: #505050. Windows color (decimal): -3794132 or 2890694. OLE color: 2890694.

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

Color convert

RGB 198 27 44 -
CMYK 0 0.86 0.78 0.22
HSL 354.04º 0.76% 0.44% -
HSV(B) 354.04º 0.86% 0.78% -
XYZ 24.14 12.97 3.61 -
YUV 80.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 198 27 44 0 0.86 0.78 0.22 354.04 0.76 0.44
Hex C6 1B 2C 0 56 4E 16 162 4C 2C
Octal 306 33 54 0 126 116 26 542 114 54
Binary 11000110 11011 101100 0 1010110 1001110 10110 101100010 1001100 101100

Color Harmonies of #C61B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B2C

Black with #C61B2C

Text Example


Text Example

White with #C61B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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