Html Css Color HEX #C4143D Cardinal

📋 copy color: '#C4143D'

red 196 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #C4143D

Tints of Cardinal #C4143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 70.76%
G = 7.22%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4143D (or 0xC4143D) is known color: Cardinal. HEX triplet: C4, 14 and 3D. RGB value is (196,20,61). Sum of RGB (Red+Green+Blue) = 196+20+61=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4143D is #3BEBC2. Grayscale: #4D4D4D. Windows color (decimal): -3926979 or 4003012. OLE color: 4003012.

HSL color Cylindrical-coordinate representation of color #C4143D: hue angle of 346.02º degrees, saturation: 0.81, 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 #C4143D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 61 -
CMYK 0 0.90 0.69 0.23
HSL 346.02º 0.81% 0.42% -
HSV(B) 346.02º 0.9% 0.77% -
XYZ 23.86 12.57 5.58 -
YUV 77.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 196 20 61 0 0.90 0.69 0.23 346.02 0.81 0.42
Hex C4 14 3D 0 5A 45 17 15A 51 2A
Octal 304 24 75 0 132 105 27 532 121 52
Binary 11000100 10100 111101 0 1011010 1000101 10111 101011010 1010001 101010

Color Harmonies of #C4143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4143D

Black with #C4143D

Text Example


Text Example

White with #C4143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4143D; }

 p { color: rgb(196,20,61); }

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

background-color css

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

 a { background-color: rgb(196,20,61); }

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

border-color css

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

 span { border-color: rgb(196,20,61); }

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