Html Css Color HEX #C61747 Cardinal

📋 copy color: '#C61747'

red 198 ◦ green 23 ◦ blue 71

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

Shades of Cardinal #C61747

Tints of Cardinal #C61747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.32%

R = 67.81%
G = 7.88%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C61747 (or 0xC61747) is known color: Cardinal. HEX triplet: C6, 17 and 47. RGB value is (198,23,71). Sum of RGB (Red+Green+Blue) = 198+23+71=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C61747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61747 is #39E8B8. Grayscale: #505050. Windows color (decimal): -3795129 or 4659142. OLE color: 4659142.

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

Color convert

RGB 198 23 71 -
CMYK 0 0.88 0.64 0.22
HSL 343.54º 0.79% 0.43% -
HSV(B) 343.54º 0.88% 0.78% -
XYZ 24.73 13.07 7.18 -
YUV 80.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 198 23 71 0 0.88 0.64 0.22 343.54 0.79 0.43
Hex C6 17 47 0 58 40 16 158 4F 2B
Octal 306 27 107 0 130 100 26 530 117 53
Binary 11000110 10111 1000111 0 1011000 1000000 10110 101011000 1001111 101011

Color Harmonies of #C61747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61747

Black with #C61747

Text Example


Text Example

White with #C61747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61747; }

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

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

background-color css

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

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

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

border-color css

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

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

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