Html Css Color HEX #C4193C Cardinal

📋 copy color: '#C4193C'

red 196 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #C4193C

Tints of Cardinal #C4193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 69.75%
G = 8.9%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4193C (or 0xC4193C) is known color: Cardinal. HEX triplet: C4, 19 and 3C. RGB value is (196,25,60). Sum of RGB (Red+Green+Blue) = 196+25+60=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C4193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4193C is #3BE6C3. Grayscale: #505050. Windows color (decimal): -3925700 or 3938756. OLE color: 3938756.

HSL color Cylindrical-coordinate representation of color #C4193C: hue angle of 347.72º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4193C is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 60 -
CMYK 0 0.87 0.69 0.23
HSL 347.72º 0.77% 0.43% -
HSV(B) 347.72º 0.87% 0.77% -
XYZ 23.93 12.76 5.48 -
YUV 80.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 196 25 60 0 0.87 0.69 0.23 347.72 0.77 0.43
Hex C4 19 3C 0 57 45 17 15C 4D 2B
Octal 304 31 74 0 127 105 27 534 115 53
Binary 11000100 11001 111100 0 1010111 1000101 10111 101011100 1001101 101011

Color Harmonies of #C4193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4193C

Black with #C4193C

Text Example


Text Example

White with #C4193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4193C; }

 p { color: rgb(196,25,60); }

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

background-color css

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

 a { background-color: rgb(196,25,60); }

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

border-color css

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

 span { border-color: rgb(196,25,60); }

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