Html Css Color HEX #C61745 Cardinal

📋 copy color: '#C61745'

red 198 ◦ green 23 ◦ blue 69

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

Shades of Cardinal #C61745

Tints of Cardinal #C61745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 68.28%
G = 7.93%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C61745 (or 0xC61745) is known color: Cardinal. HEX triplet: C6, 17 and 45. RGB value is (198,23,69). Sum of RGB (Red+Green+Blue) = 198+23+69=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C61745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61745 is #39E8BA. Grayscale: #505050. Windows color (decimal): -3795131 or 4528070. OLE color: 4528070.

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

Color convert

RGB 198 23 69 -
CMYK 0 0.88 0.65 0.22
HSL 344.23º 0.79% 0.43% -
HSV(B) 344.23º 0.88% 0.78% -
XYZ 24.67 13.05 6.85 -
YUV 80.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 198 23 69 0 0.88 0.65 0.22 344.23 0.79 0.43
Hex C6 17 45 0 58 41 16 158 4F 2B
Octal 306 27 105 0 130 101 26 530 117 53
Binary 11000110 10111 1000101 0 1011000 1000001 10110 101011000 1001111 101011

Color Harmonies of #C61745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61745

Black with #C61745

Text Example


Text Example

White with #C61745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61745; }

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

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

background-color css

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

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

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

border-color css

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

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

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