Html Css Color HEX #C61637 Cardinal

📋 copy color: '#C61637'

red 198 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #C61637

Tints of Cardinal #C61637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

 BLUE value IS 55 (21.88% from 255) = 20%

R = 72%
G = 8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C61637 (or 0xC61637) is known color: Cardinal. HEX triplet: C6, 16 and 37. RGB value is (198,22,55). Sum of RGB (Red+Green+Blue) = 198+22+55=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C61637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61637 is #39E9C8. Grayscale: #4E4E4E. Windows color (decimal): -3795401 or 3610310. OLE color: 3610310.

HSL color Cylindrical-coordinate representation of color #C61637: hue angle of 348.75º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61637 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 55 -
CMYK 0 0.89 0.72 0.22
HSL 348.75º 0.8% 0.43% -
HSV(B) 348.75º 0.89% 0.78% -
XYZ 24.27 12.86 4.82 -
YUV 78.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 198 22 55 0 0.89 0.72 0.22 348.75 0.8 0.43
Hex C6 16 37 0 59 48 16 15D 50 2B
Octal 306 26 67 0 131 110 26 535 120 53
Binary 11000110 10110 110111 0 1011001 1001000 10110 101011101 1010000 101011

Color Harmonies of #C61637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61637

Black with #C61637

Text Example


Text Example

White with #C61637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61637; }

 p { color: rgb(198,22,55); }

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

background-color css

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

 a { background-color: rgb(198,22,55); }

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

border-color css

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

 span { border-color: rgb(198,22,55); }

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