Html Css Color HEX #C61345 Cardinal

📋 copy color: '#C61345'

red 198 ◦ green 19 ◦ blue 69

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

Shades of Cardinal #C61345

Tints of Cardinal #C61345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

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

R = 69.23%
G = 6.64%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C61345 (or 0xC61345) is known color: Cardinal. HEX triplet: C6, 13 and 45. RGB value is (198,19,69). Sum of RGB (Red+Green+Blue) = 198+19+69=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C61345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61345 is #39ECBA. Grayscale: #4E4E4E. Windows color (decimal): -3796155 or 4527046. OLE color: 4527046.

HSL color Cylindrical-coordinate representation of color #C61345: hue angle of 343.24º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61345 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 69 -
CMYK 0 0.90 0.65 0.22
HSL 343.24º 0.82% 0.43% -
HSV(B) 343.24º 0.9% 0.78% -
XYZ 24.6 12.9 6.82 -
YUV 78.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 198 19 69 0 0.90 0.65 0.22 343.24 0.82 0.43
Hex C6 13 45 0 5A 41 16 157 52 2B
Octal 306 23 105 0 132 101 26 527 122 53
Binary 11000110 10011 1000101 0 1011010 1000001 10110 101010111 1010010 101011

Color Harmonies of #C61345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61345

Black with #C61345

Text Example


Text Example

White with #C61345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61345; }

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

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

background-color css

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

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

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

border-color css

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

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

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