Html Css Color HEX #C4133D Cardinal

📋 copy color: '#C4133D'

red 196 ◦ green 19 ◦ blue 61

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

Shades of Cardinal #C4133D

Tints of Cardinal #C4133D

RGB

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

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

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

R = 71.01%
G = 6.88%
B = 22.1%

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

#C4133D (or 0xC4133D) is known color: Cardinal. HEX triplet: C4, 13 and 3D. RGB value is (196,19,61). Sum of RGB (Red+Green+Blue) = 196+19+61=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4133D is #3BECC2. Grayscale: #4C4C4C. Windows color (decimal): -3927235 or 4002756. OLE color: 4002756.

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

Color convert

RGB 196 19 61 -
CMYK 0 0.90 0.69 0.23
HSL 345.76º 0.82% 0.42% -
HSV(B) 345.76º 0.9% 0.77% -
XYZ 23.84 12.54 5.58 -
YUV 76.71 119.14 213.08 -
System Red Green Blue C M Y K H S L
Decimal 196 19 61 0 0.90 0.69 0.23 345.76 0.82 0.42
Hex C4 13 3D 0 5A 45 17 15A 52 2A
Octal 304 23 75 0 132 105 27 532 122 52
Binary 11000100 10011 111101 0 1011010 1000101 10111 101011010 1010010 101010

Color Harmonies of #C4133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4133D

Black with #C4133D

Text Example


Text Example

White with #C4133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4133D; }

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

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

background-color css

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

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

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

border-color css

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

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

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