Html Css Color HEX #C61A43 Cardinal

📋 copy color: '#C61A43'

red 198 ◦ green 26 ◦ blue 67

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

Shades of Cardinal #C61A43

Tints of Cardinal #C61A43

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.93%

 BLUE value IS 67 (26.56% from 255) = 23.02%

R = 68.04%
G = 8.93%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C61A43 (or 0xC61A43) is known color: Cardinal. HEX triplet: C6, 1A and 43. RGB value is (198,26,67). Sum of RGB (Red+Green+Blue) = 198+26+67=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61A43 is #39E5BC. Grayscale: #525252. Windows color (decimal): -3794365 or 4397766. OLE color: 4397766.

HSL color Cylindrical-coordinate representation of color #C61A43: hue angle of 345.7º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A43 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 26 67 -
CMYK 0 0.87 0.66 0.22
HSL 345.7º 0.77% 0.44% -
HSV(B) 345.7º 0.87% 0.78% -
XYZ 24.67 13.15 6.55 -
YUV 82.1 119.48 210.67 -
System Red Green Blue C M Y K H S L
Decimal 198 26 67 0 0.87 0.66 0.22 345.7 0.77 0.44
Hex C6 1A 43 0 57 42 16 15A 4D 2C
Octal 306 32 103 0 127 102 26 532 115 54
Binary 11000110 11010 1000011 0 1010111 1000010 10110 101011010 1001101 101100

Color Harmonies of #C61A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A43

Black with #C61A43

Text Example


Text Example

White with #C61A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A43; }

 p { color: rgb(198,26,67); }

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

background-color css

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

 a { background-color: rgb(198,26,67); }

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

border-color css

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

 span { border-color: rgb(198,26,67); }

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