Html Css Color HEX #C4143F Cardinal

📋 copy color: '#C4143F'

red 196 ◦ green 20 ◦ blue 63

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

Shades of Cardinal #C4143F

Tints of Cardinal #C4143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.58%

R = 70.25%
G = 7.17%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4143F (or 0xC4143F) is known color: Cardinal. HEX triplet: C4, 14 and 3F. RGB value is (196,20,63). Sum of RGB (Red+Green+Blue) = 196+20+63=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4143F is #3BEBC0. Grayscale: #4D4D4D. Windows color (decimal): -3926977 or 4134084. OLE color: 4134084.

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

Color convert

RGB 196 20 63 -
CMYK 0 0.90 0.68 0.23
HSL 345.34º 0.81% 0.42% -
HSV(B) 345.34º 0.9% 0.77% -
XYZ 23.91 12.59 5.87 -
YUV 77.53 119.81 212.5 -
System Red Green Blue C M Y K H S L
Decimal 196 20 63 0 0.90 0.68 0.23 345.34 0.81 0.42
Hex C4 14 3F 0 5A 44 17 159 51 2A
Octal 304 24 77 0 132 104 27 531 121 52
Binary 11000100 10100 111111 0 1011010 1000100 10111 101011001 1010001 101010

Color Harmonies of #C4143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4143F

Black with #C4143F

Text Example


Text Example

White with #C4143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4143F; }

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

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

background-color css

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

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

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

border-color css

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

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

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