Html Css Color HEX #C4134D Cardinal

📋 copy color: '#C4134D'

red 196 ◦ green 19 ◦ blue 77

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

Shades of Cardinal #C4134D

Tints of Cardinal #C4134D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.37%

R = 67.12%
G = 6.51%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4134D (or 0xC4134D) is known color: Cardinal. HEX triplet: C4, 13 and 4D. RGB value is (196,19,77). Sum of RGB (Red+Green+Blue) = 196+19+77=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C4134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4134D is #3BECB2. Grayscale: #4E4E4E. Windows color (decimal): -3927219 or 5051332. OLE color: 5051332.

HSL color Cylindrical-coordinate representation of color #C4134D: hue angle of 340.34º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4134D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 77 -
CMYK 0 0.90 0.61 0.23
HSL 340.34º 0.82% 0.42% -
HSV(B) 340.34º 0.9% 0.77% -
XYZ 24.34 12.74 8.2 -
YUV 78.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 196 19 77 0 0.90 0.61 0.23 340.34 0.82 0.42
Hex C4 13 4D 0 5A 3D 17 154 52 2A
Octal 304 23 115 0 132 75 27 524 122 52
Binary 11000100 10011 1001101 0 1011010 111101 10111 101010100 1010010 101010

Color Harmonies of #C4134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4134D

Black with #C4134D

Text Example


Text Example

White with #C4134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4134D; }

 p { color: rgb(196,19,77); }

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

background-color css

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

 a { background-color: rgb(196,19,77); }

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

border-color css

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

 span { border-color: rgb(196,19,77); }

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