Html Css Color HEX #C1153D Cardinal

📋 copy color: '#C1153D'

red 193 ◦ green 21 ◦ blue 61

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

Shades of Cardinal #C1153D

Tints of Cardinal #C1153D

RGB

 RED value IS 193 (75.78% from 255) = 70.18%

 GREEN value IS 21 (8.59% from 255) = 7.64%

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

R = 70.18%
G = 7.64%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1153D (or 0xC1153D) is known color: Cardinal. HEX triplet: C1, 15 and 3D. RGB value is (193,21,61). Sum of RGB (Red+Green+Blue) = 193+21+61=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1153D is #3EEAC2. Grayscale: #4C4C4C. Windows color (decimal): -4123331 or 4003265. OLE color: 4003265.

HSL color Cylindrical-coordinate representation of color #C1153D: hue angle of 346.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1153D is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 61 -
CMYK 0 0.89 0.68 0.24
HSL 346.05º 0.8% 0.42% -
HSV(B) 346.05º 0.89% 0.76% -
XYZ 23.1 12.21 5.55 -
YUV 76.99 118.98 210.75 -
System Red Green Blue C M Y K H S L
Decimal 193 21 61 0 0.89 0.68 0.24 346.05 0.8 0.42
Hex C1 15 3D 0 59 44 18 15A 50 2A
Octal 301 25 75 0 131 104 30 532 120 52
Binary 11000001 10101 111101 0 1011001 1000100 11000 101011010 1010000 101010

Color Harmonies of #C1153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1153D

Black with #C1153D

Text Example


Text Example

White with #C1153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1153D; }

 p { color: rgb(193,21,61); }

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

background-color css

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

 a { background-color: rgb(193,21,61); }

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

border-color css

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

 span { border-color: rgb(193,21,61); }

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