Html Css Color HEX #C61734 Cardinal

📋 copy color: '#C61734'

red 198 ◦ green 23 ◦ blue 52

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

Shades of Cardinal #C61734

Tints of Cardinal #C61734

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 72.53%
G = 8.42%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C61734 (or 0xC61734) is known color: Cardinal. HEX triplet: C6, 17 and 34. RGB value is (198,23,52). Sum of RGB (Red+Green+Blue) = 198+23+52=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C61734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61734 is #39E8CB. Grayscale: #4E4E4E. Windows color (decimal): -3795148 or 3413958. OLE color: 3413958.

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

Color convert

RGB 198 23 52 -
CMYK 0 0.88 0.74 0.22
HSL 350.06º 0.79% 0.43% -
HSV(B) 350.06º 0.88% 0.78% -
XYZ 24.21 12.87 4.46 -
YUV 78.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 198 23 52 0 0.88 0.74 0.22 350.06 0.79 0.43
Hex C6 17 34 0 58 4A 16 15E 4F 2B
Octal 306 27 64 0 130 112 26 536 117 53
Binary 11000110 10111 110100 0 1011000 1001010 10110 101011110 1001111 101011

Color Harmonies of #C61734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61734

Black with #C61734

Text Example


Text Example

White with #C61734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61734; }

 p { color: rgb(198,23,52); }

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

background-color css

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

 a { background-color: rgb(198,23,52); }

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

border-color css

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

 span { border-color: rgb(198,23,52); }

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