Html Css Color HEX #C1153E Cardinal

📋 copy color: '#C1153E'

red 193 ◦ green 21 ◦ blue 62

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

Shades of Cardinal #C1153E

Tints of Cardinal #C1153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 69.93%
G = 7.61%
B = 22.46%

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

#C1153E (or 0xC1153E) is known color: Cardinal. HEX triplet: C1, 15 and 3E. RGB value is (193,21,62). Sum of RGB (Red+Green+Blue) = 193+21+62=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1153E is #3EEAC1. Grayscale: #4D4D4D. Windows color (decimal): -4123330 or 4068801. OLE color: 4068801.

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

Color convert

RGB 193 21 62 -
CMYK 0 0.89 0.68 0.24
HSL 345.7º 0.8% 0.42% -
HSV(B) 345.7º 0.89% 0.76% -
XYZ 23.13 12.22 5.7 -
YUV 77.1 119.48 210.67 -
System Red Green Blue C M Y K H S L
Decimal 193 21 62 0 0.89 0.68 0.24 345.7 0.8 0.42
Hex C1 15 3E 0 59 44 18 15A 50 2A
Octal 301 25 76 0 131 104 30 532 120 52
Binary 11000001 10101 111110 0 1011001 1000100 11000 101011010 1010000 101010

Color Harmonies of #C1153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1153E

Black with #C1153E

Text Example


Text Example

White with #C1153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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