Html Css Color HEX #C61341 Cardinal

📋 copy color: '#C61341'

red 198 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #C61341

Tints of Cardinal #C61341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.05%

R = 70.21%
G = 6.74%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C61341 (or 0xC61341) is known color: Cardinal. HEX triplet: C6, 13 and 41. RGB value is (198,19,65). Sum of RGB (Red+Green+Blue) = 198+19+65=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C61341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61341 is #39ECBE. Grayscale: #4D4D4D. Windows color (decimal): -3796159 or 4264902. OLE color: 4264902.

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

Color convert

RGB 198 19 65 -
CMYK 0 0.90 0.67 0.22
HSL 344.58º 0.82% 0.43% -
HSV(B) 344.58º 0.9% 0.78% -
XYZ 24.48 12.85 6.19 -
YUV 77.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 198 19 65 0 0.90 0.67 0.22 344.58 0.82 0.43
Hex C6 13 41 0 5A 43 16 159 52 2B
Octal 306 23 101 0 132 103 26 531 122 53
Binary 11000110 10011 1000001 0 1011010 1000011 10110 101011001 1010010 101011

Color Harmonies of #C61341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61341

Black with #C61341

Text Example


Text Example

White with #C61341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61341; }

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

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

background-color css

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

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

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

border-color css

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

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

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