Html Css Color HEX #C42146 Cardinal

📋 copy color: '#C42146'

red 196 ◦ green 33 ◦ blue 70

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

Shades of Cardinal #C42146

Tints of Cardinal #C42146

RGB

 RED value IS 196 (76.95% from 255) = 65.55%

 GREEN value IS 33 (13.28% from 255) = 11.04%

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 65.55%
G = 11.04%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C42146 (or 0xC42146) is known color: Cardinal. HEX triplet: C4, 21 and 46. RGB value is (196,33,70). Sum of RGB (Red+Green+Blue) = 196+33+70=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C42146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42146 is #3BDEB9. Grayscale: #555555. Windows color (decimal): -3923642 or 4596164. OLE color: 4596164.

HSL color Cylindrical-coordinate representation of color #C42146: hue angle of 346.38º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42146 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 33 70 -
CMYK 0 0.83 0.64 0.23
HSL 346.38º 0.71% 0.45% -
HSV(B) 346.38º 0.83% 0.77% -
XYZ 24.41 13.27 7.07 -
YUV 85.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 196 33 70 0 0.83 0.64 0.23 346.38 0.71 0.45
Hex C4 21 46 0 53 40 17 15A 47 2D
Octal 304 41 106 0 123 100 27 532 107 55
Binary 11000100 100001 1000110 0 1010011 1000000 10111 101011010 1000111 101101

Color Harmonies of #C42146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42146

Black with #C42146

Text Example


Text Example

White with #C42146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42146; }

 p { color: rgb(196,33,70); }

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

background-color css

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

 a { background-color: rgb(196,33,70); }

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

border-color css

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

 span { border-color: rgb(196,33,70); }

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